summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog6
-rw-r--r--m4/jm-macros.m45
2 files changed, 5 insertions, 6 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 8b350dfec..6829ab166 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-30 Eric Blake <ebb9@byu.net>
+
+ * jm-macros.m4 (coreutils_MACROS): Remove GNU_PACKAGE.
+
2007-04-25 Jim Meyering <jim@meyering.net>
* autobuild.m4: Remove file. Now, provided by gnulib.
@@ -553,7 +557,7 @@
Apply this change from gnulib:
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- Bruno Haible <bruno@clisp.org>
+ Bruno Haible <bruno@clisp.org>
* strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
check for the declaration of strnlen and a run test that exposes the
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index c821c0994..416cc9c2b 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -21,11 +21,6 @@ dnl Misc type-related macros for coreutils.
AC_DEFUN([coreutils_MACROS],
[
- GNU_PACKAGE="GNU $PACKAGE"
- AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
- [The concatenation of the strings `GNU ', and PACKAGE.])
- AC_SUBST(GNU_PACKAGE)
-
AM_MISSING_PROG(HELP2MAN, help2man)
AC_SUBST(MAN)