aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-03-22 01:47:59 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-03-22 01:47:59 +0000
commit73f1f5ba7a03ebdd423290f4c6c6523f0fefd0f6 (patch)
tree9d6d328bba21b07e172dd856fb5dc3e9b62f6ea1 /ChangeLog
parent34bdab1698b75829887891dd13647d29c8a90959 (diff)
downloadgdb-73f1f5ba7a03ebdd423290f4c6c6523f0fefd0f6.zip
gdb-73f1f5ba7a03ebdd423290f4c6c6523f0fefd0f6.tar.gz
gdb-73f1f5ba7a03ebdd423290f4c6c6523f0fefd0f6.tar.bz2
handle lack of Makefile.in in a more graceful manner
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c22c9e..4dc46c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
- * configure: add support for package_makefile_fragment
+ * 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)
Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)