X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=configure.ac;h=f639173af18ea43cac98402fdf6898fb762c726f;hp=d6157e0fab1a099b7df4991a8087d450d033815f;hb=612891c472d9706b82d3f4cab6e1df02ca2e1147;hpb=99b783486a4f9698cae367aaf84492f39150b336 diff --git a/configure.ac b/configure.ac index d6157e0..f639173 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.5) - -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.7) 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