forked from Imagelibrary/binutils-gdb
Fix problem with configure script when run on systems where native shell
is bash or ksh, which handles "... $(TCL) ..." by trying to run TCL. Changed configure.in and regenerated configure, including two lines apparently inserted by custom cygnus version of autoconf 2.4.
This commit is contained in:
@@ -52,7 +52,8 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
CYGNUS_PATH_TCL
|
||||
|
||||
ENABLE_GDBTK=1
|
||||
ENABLE_CLIBS="${ENABLE_CLIBS} $(TCL) $(TK) $(X11) -lm"
|
||||
TCL_LIBS='$(TCL) $(TK) $(X11)'
|
||||
ENABLE_CLIBS="${ENABLE_CLIBS} ${TCL_LIBS} -lm"
|
||||
ENABLE_OBS="${ENABLE_OBS} gdbtk.o"
|
||||
fi
|
||||
AC_SUBST(ENABLE_GDBTK)
|
||||
|
||||
Reference in New Issue
Block a user