* configure.in: Don't ln gdbtk.tcl if it's already there.

This commit is contained in:
Stu Grossman 1994-09-03 02:13:47 +00:00
parent e1118f1582
commit 4b078dc3b0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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