]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 5 Apr 1993 03:09:08 +0000 (03:09 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Apr 1993 03:09:08 +0000 (03:09 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 01d676faae19d1161de3d155f139b12333e46403..188a3bc2071c102702135cc95332bce0d0b23879 100644 (file)
@@ -26,6 +26,10 @@ Sun Apr  4 09:38:00 1993  Jim Meyering  (meyering@comco.com)
        * system.h [rindex, incl, bcopy, bzero]: Ditto.
        * userspec.c [index]: Ditto.
 
+       * Makefile.in [CFLAGS, LDFLAGS]: Don't hard-code these; get their
+       definitions from configure.
+       * configure.in [CFLAGS, LDFLAGS]: Assign reasonable defaults.
+
 Sat Apr  3 18:17:23 1993  Jim Meyering  (meyering@comco.com)
 
        * Makefile.in [Makefile]: Add dependencies and a rule to remake it.
index 9019b58592197b2dcac80cf737c3fd3c0c7e2f0c..289a77650e7731ee1192e3f7945a8fb03594f646 100644 (file)
@@ -1,4 +1,5 @@
 Major changes in release 3.5:
+* configuring with gcc uses CFLAGS='-g -O' by default
 * all programs accept --help and --version options
 * long-named options must be introduced with `--'; `+' is no longer
   accepted since it is incompatible with the POSIX.2 standard