From: Kurt Zeilenga Date: Tue, 9 Feb 1999 18:02:44 +0000 (+0000) Subject: Update required autoconf comment. X-Git-Tag: OPENLDAP_REL_ENG_1_2_0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d17ac8aa7ccb920a4af46157d523c5c4a76f4d0;p=thirdparty%2Fopenldap.git Update required autoconf comment. --- diff --git a/configure.in b/configure.in index 45fe8ea19f..7926eadd6b 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,[1.2], [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)dnl