diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 21:50:47 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 21:50:47 +0000 |
commit | 2fc30700a4e5a4f0af39065f5495049ef634ba43 (patch) | |
tree | 1e6adf58ad1f1728dc23fe0fccce39e1fca81057 /libobjc | |
parent | a38fb0a7a487bec6bdb5c1cb18f0d782a939b4ad (diff) | |
download | gcc-2fc30700a4e5a4f0af39065f5495049ef634ba43.zip gcc-2fc30700a4e5a4f0af39065f5495049ef634ba43.tar.gz gcc-2fc30700a4e5a4f0af39065f5495049ef634ba43.tar.bz2 |
aclocal.m4, [...]: Regenerate.
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4, config.h.in: Regenerate.
From-SVN: r91198
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/aclocal.m4 | 2 | ||||
-rw-r--r-- | libobjc/config.h.in | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 4ae1520..3f4b296 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-24 Kelley Cook <kcook@gcc.gnu.org> + + * aclocal.m4, config.h.in: Regenerate. + 2004-10-08 Mike Stump <mrs@apple.com> Andrew Pinski <pinskia@physics.uc.edu> diff --git a/libobjc/aclocal.m4 b/libobjc/aclocal.m4 index 9975e82..1c772b8 100644 --- a/libobjc/aclocal.m4 +++ b/libobjc/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.2 -*- Autoconf -*- +# generated automatically by aclocal 1.9.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. diff --git a/libobjc/config.h.in b/libobjc/config.h.in index 83b195c..700e045 100644 --- a/libobjc/config.h.in +++ b/libobjc/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |