]> git.sur5r.net Git - openldap/commitdiff
require/use autoconf 2.13.1
authorKurt Zeilenga <kurt@openldap.org>
Wed, 22 Sep 1999 20:34:16 +0000 (20:34 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 22 Sep 1999 20:34:16 +0000 (20:34 +0000)
configure
configure.in

index 214318b211c5ec6e65ea7abdd03b8a7ec7c94386..618b873411ebeb096174948dae9e1a3ef873e897 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.256 1999/09/10 00:10:20 kdz Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.3 1999/09/10 20:25:17 kdz Exp  
 
 # Copyright 1998,1999 The OpenLDAP Foundation.  All Rights Reserved.
 # 
index e08413ddc4ab10ba0f2141780653b95b7735cd2a..307ee53902170e4798bcdfdac1be2bf8d1ae70d6 100644 (file)
@@ -44,10 +44,11 @@ AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
 AC_DEFINE_UNQUOTED(OPENLDAP_VERSION,"$VERSION",Version)
 
-dnl We use autoconf features new to 2.13.
+dnl require: dnl autoconf 2.13.1
+dnl also:
 dnl aclocal.m4 should be built using aclocal from automake 1.4
 dnl libtool 1.3.3 should be installed.
-AC_PREREQ(2.13)dnl Required Autoconf version
+AC_PREREQ(2.13.1)dnl Required Autoconf version
 
 AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl