.
authorJim Meyering <jim@meyering.net>
Wed, 3 Jan 1996 05:51:15 +0000 (05:51 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Jan 1996 05:51:15 +0000 (05:51 +0000)
old/textutils/ChangeLog

index d71f06d..a0a2f5b 100644 (file)
@@ -1,8 +1,13 @@
+
+       * configure.in (VERSION): Set variable directly rather than from
+       a separate file.
+       * Makefile.am (DIST_OTHER): Remove VERSION.
+       * src/Makefile.am (version.c): Depend on Makefile, not ../VERSION.
+
 Tue Jan  2 00:08:08 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
-       * sort.c (keycompare): Rewrite cases handling -i and -if to fix bug
-       whereby non-ascii characters (supposed to be ignored with -i) were
-       treated as significant.  Reported by Carl Johnson
+       * sort.c (keycompare): Rewrite cases handling ignored characters
+       so that they really are ignored.  Reported by Carl Johnson
        <carlj@cjlinux.home.org>.
 
 Fri Dec 22 21:34:55 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>