X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=configure.ac;h=f3a6a680892a159b83396bced463a8ecc1154e3a;hb=985e22e99d210714c5d405967a60bb4d9e53fff4;hp=21c27a6159b56ae7904a0c42502c2e09503e2fc5;hpb=dff1257be3180cbc2add200fca1113c995dd72b1;p=riece diff --git a/configure.ac b/configure.ac index 21c27a6..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.1.0) - -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