* configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS after gl_EARLY,

since gnulib now requires this order.
This commit is contained in:
Paul Eggert 2007-12-05 07:07:22 +00:00 committed by Jim Meyering
parent 99c5b6631d
commit d4897fbc00
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2007-12-04 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS after gl_EARLY,
since gnulib now requires this order.
* bootstrap: Import from gnulib.
2007-08-17 Paul Eggert <eggert@cs.ucla.edu>

View File

@ -26,13 +26,13 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([gnits])
AC_CONFIG_HEADER([lib/config.h:lib/config.hin])
gl_USE_SYSTEM_EXTENSIONS
AC_PROG_AWK
AC_PROG_CC
AM_PROG_CC_STDC
AM_MISSING_PROG([HELP2MAN], [help2man])
AC_PROG_RANLIB
gl_EARLY
gl_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
gl_INIT