From f047557d4766326ee03e352caf5103e148657103 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Mon, 8 Feb 1999 20:22:59 +0000
Subject: [PATCH] Update autoconf version requirement comment.

---
 configure.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index e369d00cb3..ae62880172 100644
--- a/configure.in
+++ b/configure.in
@@ -12,9 +12,8 @@ AC_INIT(include/ldap.h)dnl
 AC_CONFIG_AUX_DIR(build)dnl
 AM_INIT_AUTOMAKE(OpenLDAP,[2.0-devel], [no ac_define])dnl
 
-dnl Do not use AutoConf 2.12; it produces a configuration script
-dnl that causes an "internal 2K buffer" error on HPUX when run
-dnl with /bin/sh.  Autoconf 2.10 seems to be okay.
+dnl We use autoconf features new to 2.13.
+dnl 	aclocal.m4 should be built using aclocal from automake 1.4
 AC_PREREQ(2.13)dnl Required Autoconf version
 
 AC_CONFIG_HEADER(include/portable.h include/ldap_features.h)dnl
-- 
GitLab