diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-04 21:13:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-04 21:13:22 +0000 |
commit | 9b65d5229b483563ad484fb890f07524fcc86f05 (patch) | |
tree | 9c40e9cb58988a5d7896510803e71bf9ce1d348b /opcodes/ChangeLog | |
parent | 588512c6d83f9a2be4b77ae8bb8fe139ed2eacb1 (diff) | |
download | gdb-9b65d5229b483563ad484fb890f07524fcc86f05.zip gdb-9b65d5229b483563ad484fb890f07524fcc86f05.tar.gz gdb-9b65d5229b483563ad484fb890f07524fcc86f05.tar.bz2 |
* configure.in: Run ../bfd/configure.host before AC_PROG_CC.
Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute
host_makefile_frag or frags.
* aclocal.m4: New file.
* configure: Rebuild.
* Makefile.in (INSTALL): Set to @INSTALL@.
(INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
(INSTALL_DATA): Set to @INSTALL_DATA@.
(AR): Set to @AR@.
(AR_FLAGS): Set to rc rather than qc.
(CC): Define as @CC@.
(CFLAGS): Set to @CFLAGS@.
(@host_makefile_frag@): Remove.
(config.status): Remove dependency upon @frags@.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bf4a892..3c8497c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,20 @@ Mon Sep 4 14:28:46 1995 Ian Lance Taylor <ian@cygnus.com> + * configure.in: Run ../bfd/configure.host before AC_PROG_CC. + Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute + host_makefile_frag or frags. + * aclocal.m4: New file. + * configure: Rebuild. + * Makefile.in (INSTALL): Set to @INSTALL@. + (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@. + (INSTALL_DATA): Set to @INSTALL_DATA@. + (AR): Set to @AR@. + (AR_FLAGS): Set to rc rather than qc. + (CC): Define as @CC@. + (CFLAGS): Set to @CFLAGS@. + (@host_makefile_frag@): Remove. + (config.status): Remove dependency upon @frags@. + * configure.in: ../bfd/config.bfd now just sets shell variables. Use them rather than looking through target Makefile fragments. * configure: Rebuild. |