X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=configure.ac;h=29b05c8641b41eed044137635cdbd99d62b9e30c;hp=fca4c35972a03d6f9b097deb4be579ae462c91ee;hb=bc34a63003955546c07a672ffedba63935817011;hpb=c96e788168f64bd5fe650563a745b0c5ed7d2e61 diff --git a/configure.ac b/configure.ac index fca4c35..29b05c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_SRCDIR([configure.ac]) AC_PREREQ(2.59) -AM_INIT_AUTOMAKE(riece, 2.0.1) +AM_INIT_AUTOMAKE(riece, 3.1.1) AC_CHECK_EMACS AC_PATH_LISPDIR @@ -11,6 +11,7 @@ AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs) AC_CONFIG_FILES([Makefile lisp/Makefile +lisp/riece-package-info.el lisp/test/Makefile doc/Makefile]) AC_OUTPUT