aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-03-22 05:09:22 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-03-22 05:09:22 +0000
commite5c6be8f3fbd40f788a99453e9c87bd4be9fa245 (patch)
treef510697043b11fa2fd0003262daf18d8657e88c6 /ChangeLog
parenta309ee82f3b098c37196d96ad6e8052b99f7f70d (diff)
downloadgdb-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--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc46c2..ff50cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)