X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f3a6a680892a159b83396bced463a8ecc1154e3a;hb=63c8fdfe6e6f6e888e1778efa180b5def229ecef;hp=4e43dc3dc43d485f559feecfcd93ea5014bce42b;hpb=8f5cf92cb12a3ef91ff08f56c3f17a28315df083;p=elisp%2Friece.git diff --git a/configure.ac b/configure.ac index 4e43dc3..f3a6a68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,16 @@ -AC_INIT(configure.ac) -AC_PREREQ(2.50) -AM_INIT_AUTOMAKE(riece, 0.0.4) - -AC_ISC_POSIX -AC_PROG_INSTALL -AC_PROG_MAKE_SET +AC_INIT +AC_CONFIG_SRCDIR([configure.ac]) +AC_PREREQ(2.59) +AM_INIT_AUTOMAKE(riece, 1.0.8) AC_CHECK_EMACS AC_PATH_LISPDIR AC_PATH_PACKAGEDIR -AC_OUTPUT(Makefile \ +AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs) + +AC_CONFIG_FILES([Makefile lisp/Makefile -doc/Makefile) +lisp/test/Makefile +doc/Makefile]) +AC_OUTPUT