X-Git-Url: https://gitweb.michael.orlitzky.com/?p=emacs-keys.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=bc3928d5a62ddfb933b33af0d4fba5055c2e67de;hp=f33d094579593acb115fe19d540f39a17e1dd183;hb=a510b9d181729f95702b35fc25a843431d9b53a2;hpb=269e2dbd3a0b3a035fa3fecc4cedd61036172d8c diff --git a/configure.ac b/configure.ac index f33d094..bc3928d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,6 @@ AC_INIT([emacs-keys], [0.0.2], [michael@orlitzky.com]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) -# --enable-Xmodmap flag, disabled by default, that decides whether or -# not we install the Xmodmap file. -AC_ARG_ENABLE( - [Xmodmap], - [ --enable-Xmodmap install the Xmodmap file [[default=no]]], - [case "${enableval}" in - yes) xmodmap=true ;; - no) xmodmap=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-xmodmap]) ;; - esac],[xmodmap=false]) - AM_CONDITIONAL([XMODMAP], [test x$xmodmap = xtrue]) - # List of output files. AC_CONFIG_FILES([Makefile])