mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* configure.in (links): Link gdbtcl2 directory instead of gdbtcl.
(ChangeLog entry already checked in).
This commit is contained in:
parent
b0a5badb69
commit
454e0c7d51
10
gdb/configure
vendored
10
gdb/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user