X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=46039dacb76809576fcc07fe246f16e716a0f847;hb=7189eb48dd8f46049d982f1d99e158609409019f;hp=fdcef28ecde13be985484ef2933c85a5485af572;hpb=dad47f9be6822834c397f66a06f73a69f8efc996;p=febootstrap.git diff --git a/configure.ac b/configure.ac index fdcef28..46039da 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -AC_INIT(febootstrap,3.9) +AC_INIT(febootstrap,3.10) AM_INIT_AUTOMAKE dnl Check for basic C environment. @@ -114,9 +114,10 @@ if test "x$GAWK" = "xno" ; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([config.ml +AC_CONFIG_FILES([Makefile debian/changelog - Makefile + helper/Makefile lib/Makefile - helper/Makefile]) + src/config.ml + src/Makefile]) AC_OUTPUT