]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 19:47:08 +0000 (19:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 19:47:08 +0000 (19:47 +0000)
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index d2d55c9a1e86ae794cc133c27ad9299604e8bb8f..8d664c9924dca25f05ccb1c544fa21315488c1d0 100644 (file)
@@ -1,7 +1,14 @@
-2002-04-16  Jim Meyering  <meyering@lucent.com>
+2002-04-25  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.12.
 
+       * configure.ac (AM_GNU_GETTEXT): Add external arg.
+       (AC_CONFIG_FILES): Remove intl/Makefile.
+       * Makefile.am (SUBDIRS): Remove intl.
+       * src/Makefile.am (INCLUDES): Remove -I../intl.
+
+2002-04-16  Jim Meyering  <meyering@lucent.com>
+
        * src/who.c (BOOT_TIME): Define.
        (NEW_TIME): Define to 0, not INT_MAX.
        (UT_PID, UT_ID, UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
index 42cb429b62e0ffc88551465945f309eb37b76e88..ad6959f43e4ee4c60df4ea484feedb3c19412e8a 100644 (file)
@@ -1,7 +1,14 @@
-2002-04-15  Jim Meyering  <meyering@lucent.com>
+2002-04-25  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.22.
 
+       * configure.ac (AM_GNU_GETTEXT): Add external arg.
+       (AC_CONFIG_FILES): Remove intl/Makefile.
+       * Makefile.am (SUBDIRS): Remove intl.
+       * src/Makefile.am (INCLUDES): Remove -I../intl.
+
+2002-04-15  Jim Meyering  <meyering@lucent.com>
+
        * src/tr.c (usage): Give a verbose description of --squeeze-repeats,
        including the mention of SET1.  Reported by Dan Jacobson.