X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f3a6a680892a159b83396bced463a8ecc1154e3a;hb=63c8fdfe6e6f6e888e1778efa180b5def229ecef;hp=d2e406f2bdca8c0539dc42fa7609d5e99d446730;hpb=4230a02f2c3395dade2c36a18918d643f7e04f0e;p=elisp%2Friece.git diff --git a/configure.ac b/configure.ac index d2e406f..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.3) - -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