changeset 1762:9e049b469983

Define GNU_PACKAGE here. Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is replaced e.g., in the *.sh files of the sh-utils.
author Jim Meyering <jim@meyering.net>
date Mon, 29 Mar 1999 04:39:50 +0000
parents 14b8e8de40c8
children 0c71da692a1e
files m4/jm-macros.m4
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
@@ -6,6 +6,11 @@
 [
   AC_PREREQ(2.13)               dnl Minimum Autoconf version required.
 
+  GNU_PACKAGE="GNU $PACKAGE"
+  AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
+    [The concatenation of the strings \`GNU ', and PACKAGE.])
+  AC_SUBST(GNU_PACKAGE)
+
   dnl This macro actually runs replacement code.  See isc-posix.m4.
   AC_REQUIRE([AC_ISC_POSIX])dnl