[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: renaming: s/gl_MACROS/coreutils_MACROS/
From: |
Jim Meyering |
Subject: |
FYI: renaming: s/gl_MACROS/coreutils_MACROS/ |
Date: |
Thu, 12 Oct 2006 22:36:53 +0200 |
I've made this trivial change:
[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).
Index: configure.ac
===================================================================
RCS file: /fetish/cu/configure.ac,v
retrieving revision 1.89
diff -u -r1.89 configure.ac
--- configure.ac 2 Oct 2006 11:47:48 -0000 1.89
+++ configure.ac 12 Oct 2006 07:19:20 -0000
@@ -36,7 +36,8 @@
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)"
Index: m4/jm-macros.m4
===================================================================
RCS file: /fetish/cu/m4/jm-macros.m4,v
retrieving revision 1.247
diff -u -r1.247 jm-macros.m4
--- m4/jm-macros.m4 7 Oct 2006 15:53:03 -0000 1.247
+++ m4/jm-macros.m4 12 Oct 2006 20:35:23 -0000
@@ -1,4 +1,4 @@
-#serial 103 -*- autoconf -*-
+#serial 104 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -21,10 +21,8 @@
# Written by Jim Meyering.
-AC_DEFUN([gl_MACROS],
+AC_DEFUN([coreutils_MACROS],
[
- gl_INIT
-
GNU_PACKAGE="GNU $PACKAGE"
AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
[The concatenation of the strings `GNU ', and PACKAGE.])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: renaming: s/gl_MACROS/coreutils_MACROS/,
Jim Meyering <=