X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=4b4e4aed392d0b15d641bd6701faafaa1d71d7a1;hb=refs%2Fheads%2Fmaster;hp=f33d094579593acb115fe19d540f39a17e1dd183;hpb=8a10fbdcd5f957a1c0cce642e6c7a37236ad2cc3;p=emacs-keys.git diff --git a/configure.ac b/configure.ac index f33d094..4b4e4ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,6 @@ -AC_INIT([emacs-keys], [0.0.2], [michael@orlitzky.com]) +AC_INIT([emacs-keys], [0.0.3], [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])