X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=46039dacb76809576fcc07fe246f16e716a0f847;hb=7189eb48dd8f46049d982f1d99e158609409019f;hp=0096a6fd5625441f08b5192a5e85945a958fd1a9;hpb=3ac623701e5fe5ce94b22b4f40f72ee0161d5184;p=febootstrap.git diff --git a/configure.ac b/configure.ac index 0096a6f..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. @@ -75,8 +75,10 @@ if test "x$APT_CACHE" != "xno"; then AC_MSG_RESULT([no]) APT_CACHE_DEPENDS_RECURSE_BROKEN=false fi - AC_SUBST([APT_CACHE_DEPENDS_RECURSE_BROKEN]) +else + APT_CACHE_DEPENDS_RECURSE_BROKEN=false fi +AC_SUBST([APT_CACHE_DEPENDS_RECURSE_BROKEN]) dnl For ArchLinux handler. AC_CHECK_PROG(PACMAN,[pacman],[pacman],[no]) @@ -112,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