aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-10-12 02:54:58 +0000
committerAndrew Cagney <cagney@redhat.com>1998-10-12 02:54:58 +0000
commit454e0c7d519c369839fe84a712563a6cc7ee77f8 (patch)
treede5fbe4f6f33989f874fc9a14925c7eaa9dc0b7f /gdb/configure.in
parentb0a5badb69321ac3db0901c5681f0894e6931fd5 (diff)
downloadgdb-454e0c7d519c369839fe84a712563a6cc7ee77f8.zip
gdb-454e0c7d519c369839fe84a712563a6cc7ee77f8.tar.gz
gdb-454e0c7d519c369839fe84a712563a6cc7ee77f8.tar.bz2
* configure.in (links): Link gdbtcl2 directory instead of gdbtcl.
(ChangeLog entry already checked in).
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index e05d235..bf4bf20 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -812,12 +812,12 @@ fi
# start-sanitize-gdbtk
AC_PROG_LN_S
# Make it possible to use the GUI without doing a full install
-if test "${enable_gdbtk}" = "yes" -a ! -d gdbtcl ; then
- if test "$LN_S" = "ln -s" -a ! -f gdbtcl ; then
- echo linking $srcdir/gdbtcl to gdbtcl
- $LN_S $srcdir/gdbtcl gdbtcl
+if test "${enable_gdbtk}" = "yes" -a ! -d gdbtcl2 ; then
+ if test "$LN_S" = "ln -s" -a ! -f gdbtcl2 ; then
+ echo linking $srcdir/gdbtcl2 to gdbtcl2
+ $LN_S $srcdir/gdbtcl2 gdbtcl2
else
- echo Warning: Unable to link $srcdir/gdbtcl to gdbtcl. You will need to do a
+ echo Warning: Unable to link $srcdir/gdbtcl2 to gdbtcl2. You will need to do a
echo " " make install before you are able to run the GUI.
fi
fi