diff options
author | Mike Stump <mrs@apple.com> | 2004-10-20 01:26:37 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-10-19 18:26:37 -0700 |
commit | dd3651579649680db8ef4dbb06192526bdcbb319 (patch) | |
tree | 8d209a684228f41036fbf2eaeb4ad03b0cec309a /libobjc/ChangeLog | |
parent | 9524880c99719df9b760d9a3b62fca2dfaaebf46 (diff) | |
download | gcc-dd3651579649680db8ef4dbb06192526bdcbb319.tar.gz |
aclocal.m4: Rename to ...
2004-10-08 Mike Stump <mrs@apple.com>
Andrew Pinski <pinskia@physics.uc.edu>
* aclocal.m4: Rename to ...
* acinclude.m4: here and also use m4_include instead of sinclude.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r89312
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 8f06ee8a758..7c6563810c0 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,12 @@ +2004-10-08 Mike Stump <mrs@apple.com> + Andrew Pinski <pinskia@physics.uc.edu> + + * aclocal.m4: Rename to ... + * acinclude.m4: here and also use m4_include instead of sinclude. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O. + 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu> * archive.c: Fix all the warnings about passing unsigned char* |