]> git.saurik.com Git - apt.git/blobdiff - configure.ac
Prepare release 1.1~exp17
[apt.git] / configure.ac
index 83c29b4f38cebe111c1457fde0bc480581fe8208..1f110d4c20416948222c240b1ac275cf211c4870 100644 (file)
@@ -12,7 +12,7 @@ dnl not used but STL is.
 dnl 'make -f Makefile startup' will generate the configure file from
 dnl configure.ac correctly and can be run at any time
 
-AC_PREREQ([2.69])
+AC_PREREQ([2.68])
 AC_INIT
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR(buildlib)
@@ -211,5 +211,4 @@ AC_SUBST(USE_NLS)
 AC_PATH_PROG(BASH, bash)
 
 AC_CONFIG_FILES([environment.mak:buildlib/environment.mak.in makefile:buildlib/makefile.in doc/Doxyfile:doc/Doxyfile.in])
-AC_CONFIG_COMMANDS([default],[make -s dirs],[])
 AC_OUTPUT