X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Friece.git;a=blobdiff_plain;f=configure.ac;h=36d8a87e6bdc4fbd74d034d546f61f34c5819f09;hp=e07ce5cd2650035003241d1e26cf82dac39d02fe;hb=HEAD;hpb=7d177908a8977d83a0bc8fc59a78a01e9c75378b diff --git a/configure.ac b/configure.ac index e07ce5c..36d8a87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,17 @@ -AC_INIT(configure.ac) -AC_PREREQ(2.50) -AM_INIT_AUTOMAKE(riece, 0.2.0) - -AC_ISC_POSIX -AC_PROG_INSTALL -AC_PROG_MAKE_SET +AC_INIT([riece], [5.0.0], [liece@unixuser.org]) +AC_CONFIG_SRCDIR([configure.ac]) +AC_PREREQ(2.59) +AM_INIT_AUTOMAKE 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/riece-package-info.el +lisp/test/Makefile +doc/Makefile]) +AC_OUTPUT