aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-03-11 06:24:19 +0000
committerK. Richard Pixley <rich@cygnus>1992-03-11 06:24:19 +0000
commit8fd24008f7d5160280900ee5039eeb348a98c330 (patch)
tree9b2e40231ff6e5b01857735ac2fa80c366f4bd4f /ChangeLog
parentc9b0df66be7f6f87aafd2cfe482fc9690ed04698 (diff)
downloadgdb-8fd24008f7d5160280900ee5039eeb348a98c330.zip
gdb-8fd24008f7d5160280900ee5039eeb348a98c330.tar.gz
gdb-8fd24008f7d5160280900ee5039eeb348a98c330.tar.bz2
added check for conflicting configurations (srcdir vs not)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e86ed6..a30c050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
- * configure: remove trailing slashes from srcdir. Otherwise emacs
- gdb mode gets cranky.
-
* Makefile.in: drop flex. make stamp files work.
- * configure: use relative paths for configure and srcdir whenever
- possible.
+ * configure: added test for conflicting configuration in srcdir,
+ remove trailing slashes from srcdir. Otherwise emacs gdb mode
+ gets cranky. use relative paths for configure and srcdir
+ whenever possible. Send some error messages to stderr that were
+ going to stdout.
Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)