summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-12 20:37:02 +0000
committerJim Meyering <jim@meyering.net>2006-10-12 20:37:02 +0000
commit5f60ffcfcfef1a7a126792b7748c7072c8ee20be (patch)
treed0d3011170efd8bbe48828dd118a35f28b1b16bc /configure.ac
parent90224c66391b276d6ead17311b9e810600e027e4 (diff)
downloadcoreutils-5f60ffcfcfef1a7a126792b7748c7072c8ee20be.tar.xz
[ChangeLog]
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. Call gl_INIT directly, rather than through the above. [m4/ChangeLog] * jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that most of the gnulib macros have migrated into gnulib. Don't call gl_INIT here (now it's called from configure.ac, directly).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 87eea8e5c..19020f8ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,8 @@ AC_PROG_GCC_TRADITIONAL
AC_PROG_RANLIB
AC_PROG_LN_S
gl_EARLY
-gl_MACROS
+gl_INIT
+coreutils_MACROS
AC_CHECK_FUNCS(uname,
OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uname\$(EXEEXT)"