From: Jim Meyering Date: Mon, 5 Apr 1993 03:09:08 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_8_3b~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b93c15a217f6deadb312ecfa89a941f0db25f920;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 01d676faae..188a3bc207 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 9019b58592..289a77650e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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