aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-09-03 02:13:47 +0000
committerStu Grossman <grossman@cygnus>1994-09-03 02:13:47 +0000
commit4b078dc3b0d3ee2211e6af7abc1a708aa676351e (patch)
treeb453dcebeb51f32a58d6b6ad48c856b957dc025d /gdb
parente1118f158207d6935d7d25c3bbf60bce50cd563d (diff)
downloadgdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.zip
gdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.tar.gz
gdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.tar.bz2
* configure.in: Don't ln gdbtk.tcl if it's already there.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 42c8b25..b5a688dd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 2 19:11:40 1994 Stu Grossman (grossman@cygnus.com)
+
+ * configure.in: Don't ln gdbtk.tcl if it's already there.
+
Fri Sep 2 17:35:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* configure.in: No longer looks for nm, tm, and xm headers in
diff --git a/gdb/configure.in b/gdb/configure.in
index 0b3d9f0..c6c796d 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -390,7 +390,7 @@ else
fi
# Make it possible to use the GUI without doing a full install
-if [ "${enable_gdbtk}" = "yes" ] ; then
+if [ "${enable_gdbtk}" = "yes" -a ! -f gdbtk.tcl ] ; then
files="${files} gdbtk.tcl"
links="${links} gdbtk.tcl"
fi