diff options
author | David D. Zuhn <zoo@cygnus> | 1993-03-22 05:09:22 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-03-22 05:09:22 +0000 |
commit | e5c6be8f3fbd40f788a99453e9c87bd4be9fa245 (patch) | |
tree | f510697043b11fa2fd0003262daf18d8657e88c6 /ChangeLog | |
parent | a309ee82f3b098c37196d96ad6e8052b99f7f70d (diff) | |
download | gdb-e5c6be8f3fbd40f788a99453e9c87bd4be9fa245.zip gdb-e5c6be8f3fbd40f788a99453e9c87bd4be9fa245.tar.gz gdb-e5c6be8f3fbd40f788a99453e9c87bd4be9fa245.tar.bz2 |
* configure: add support for package_makefile_fragment, handle the
case where a directory has a configure.in file but no Makefile.in
more gracefully (with an actual understandable error message, even);
add support for --without (and add this to the usage message); also
explicitly add a --host=${host_alias} to the command line when
config.guess is used
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,10 @@ Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure: add support for package_makefile_fragment, handle the case where a directory has a configure.in file but no Makefile.in - more gracefully (with an actual understandable error message, even) + more gracefully (with an actual understandable error message, even); + add support for --without (and add this to the usage message); also + explicitly add a --host=${host_alias} to the command line when + config.guess is used Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com) |