diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-09 07:14:35 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-09 07:14:35 +0000 |
commit | ce7c4a11a257ad7e42e97af2e67b3675cfa8dcfb (patch) | |
tree | 5dfb29da22566457637dfd0ba4497c27c5151b76 /libobjc/ChangeLog | |
parent | 6a8a2566ace1f06a9d6530b1a5f24c8744c63721 (diff) | |
download | gcc-ce7c4a11a257ad7e42e97af2e67b3675cfa8dcfb.tar.gz |
In libf2c:
* configure.in: Don't run AC_PROG_CC_WORKS, because
we're not interested in the result and it might fail.
* libF77/configure.in: Likewise.
* libI77/configure.in: Likewise.
* libU77/configure.in: Likewise.
* configure: Regenerated.
* libF77/configure: Likewise.
* libI77/configure: Likewise.
* libU77/configure: Likewise.
In libobjc:
* configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
we're not interested in the result and they might fail.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index f4e15499b81..bd229d11c7f 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2001-02-08 Geoffrey Keating <geoffk@redhat.com> + + * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because + we're not interested in the result and they might fail. + * configure: Regenerated. + 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk> * objc-features.texi: Use @email. |