X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=configure.ac;h=3da7042078afd2f7aa2d36ec0d1e8aa09844a0e9;hb=bf27d4b355aae87061f5911a0aff028ff3c81781;hp=43784fd54e72f088ee7a410ae81a862528f18cf5;hpb=d14bb3883e57bacf79361de7e5b6df59de6eb5f3;p=riece diff --git a/configure.ac b/configure.ac index 43784fd..3da7042 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,7 @@ -AC_INIT(configure.ac) -AC_PREREQ(2.50) -AM_INIT_AUTOMAKE(riece, 1.0.7) - -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, 2.0.0) AC_CHECK_EMACS AC_PATH_LISPDIR @@ -12,7 +9,8 @@ AC_PATH_PACKAGEDIR AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs) -AC_OUTPUT(Makefile \ +AC_CONFIG_FILES([Makefile lisp/Makefile lisp/test/Makefile -doc/Makefile) +doc/Makefile]) +AC_OUTPUT