* configure.in (links): Link gdbtcl2 directory instead of gdbtcl.
authorAndrew Cagney <cagney@redhat.com>
Mon, 12 Oct 1998 02:54:58 +0000 (02:54 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 12 Oct 1998 02:54:58 +0000 (02:54 +0000)
(ChangeLog entry already checked in).

gdb/configure
gdb/configure.in

index db7aab559483fb60480e197720fda8b33ac11a44..d2af77f8399fd8d4bf7bda76ed81fc9714f088f8 100755 (executable)
@@ -5960,12 +5960,12 @@ else
 fi
 
 # 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
index e05d2350ed4fd273abd6f94b4bce43da1c157ab5..bf4bf20c26671a161a035a883c2c6526d67b335f 100644 (file)
@@ -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