Change AC_PREREQ to 2.13.1.

This commit is contained in:
Kurt Zeilenga 1999-09-22 19:33:29 +00:00
parent 409abbc247
commit 490828b2e6
2 changed files with 826 additions and 751 deletions

1573
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -16,9 +16,9 @@ AC_INIT(include/ldap.h)dnl
AC_CONFIG_AUX_DIR(build)dnl
AM_INIT_AUTOMAKE(openldap,[1.2], [no ac_define])dnl
dnl We use autoconf features new to 2.13.
dnl We use autoconf features new to 2.13.1
dnl aclocal.m4 should be built using aclocal from automake 1.4
AC_PREREQ(2.13)dnl Required Autoconf version
AC_PREREQ(2.13.1)dnl Required Autoconf version
AC_CONFIG_HEADER(include/portable.h)dnl