Use AC_PREREQ not AC_REQUIRE for autoconf version test.

Thu Jan 21 09:36:05 EST 1999  Jeff Garzik  <jgarzik@pobox.com>

        * configure.in:
        Use AC_PREREQ not AC_REQUIRE for autoconf version test.
This commit is contained in:
EST 1999 Jeff Garzik
1999-01-21 14:38:14 +00:00
committed by Jeff Garzik
parent 11ea0ea133
commit 55fa3d1112
9 changed files with 41 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -1,3 +1,8 @@
Thu Jan 21 09:36:05 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Changed error handling again, as the

View File

@@ -4,7 +4,7 @@ dnl ***********************************
builtin(include, acglib.m4)dnl
# require autoconf 2.13
AC_REQUIRE(2.13)
AC_PREREQ(2.13)
# Process this file with autoconf to produce a configure script.
AC_INIT(glist.c)