diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-07 23:34:23 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-07 23:34:23 +0000 |
commit | bf111c9f7dabd9b0268ab8399e4af804d1267f9b (patch) | |
tree | 8f31d91d7075eec1336f6b07a96357e974d83a48 /gas/ChangeLog | |
parent | dc5fff10ddef27925f050618d92912b8b76643ce (diff) | |
download | binutils-bf111c9f7dabd9b0268ab8399e4af804d1267f9b.zip binutils-bf111c9f7dabd9b0268ab8399e4af804d1267f9b.tar.gz binutils-bf111c9f7dabd9b0268ab8399e4af804d1267f9b.tar.bz2 |
Update for autoconf beta 1.112:
* aclocal.m4 (GAS_CHECK_DECL_NEEDED, GAS_WORKING_ASSERT): New macros.
* configure.in: Use them. Use AC_ARG_PROGRAM (now provided by autoconf)
instead of my hacked-up AC_PROGRAM_TRANSFORM_NAME. Move test for CROSS_COMPILE
just before AC_FUNC_ALLOCA, and emit a message to try to ease confusion about
autoconf's "cross-compiling" message.
* acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_FREE,
NEED_DECLARATION_ERRNO): Renamed from NEED_*_DECLARATION.
* configure, conf.in: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cb5588c..e33ba02 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Wed Sep 7 19:10:09 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + Update for autoconf beta 1.112: + * aclocal.m4 (GAS_CHECK_DECL_NEEDED, GAS_WORKING_ASSERT): New + macros. + * configure.in: Use them. Use AC_ARG_PROGRAM (now provided by + autoconf) instead of my hacked-up AC_PROGRAM_TRANSFORM_NAME. Move + test for CROSS_COMPILE just before AC_FUNC_ALLOCA, and emit a + message to try to ease confusion about autoconf's + "cross-compiling" message. + * acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_FREE, + NEED_DECLARATION_ERRNO): Renamed from NEED_*_DECLARATION. + * configure, conf.in: Regenerated. + Wed Sep 7 12:49:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * configure.in: Check ${host} and ${target} rather than |