]> git.sur5r.net Git - openldap/commitdiff
Update prereq. comments
authorKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 02:43:04 +0000 (02:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 02:43:04 +0000 (02:43 +0000)
configure.in

index 5a3d7d5fe6cf60b4f044d6083f445f5d82d18387..6df32a2e82d9a932d955bf6b50cb96a50d97e451 100644 (file)
@@ -104,9 +104,9 @@ AC_SUBST(OPENLDAP_LIBVERSION)dnl
 OPENLDAP_RELEASE_DATE="$OL_RELEASE_DATE"
 AC_SUBST(OPENLDAP_RELEASE_DATE)dnl
 
-dnl We use autoconf features new to 2.13.
+dnl We use autoconf features new to 2.13.  Later versions like won't work.
 dnl aclocal.m4 should be built using aclocal from automake 1.4
-dnl libtool 1.4.2 should be installed.
+dnl libtool 1.4.3 should be installed.
 AC_PREREQ(2.13)dnl Required Autoconf version
 
 AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl