X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=configure.ac;h=f3a6a680892a159b83396bced463a8ecc1154e3a;hp=4e43dc3dc43d485f559feecfcd93ea5014bce42b;hb=394c46861ed968134a068ecce381bc5e924e0c6f;hpb=c0e0df415ff962f9b1e7b979b37e8efec074a8fb 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