mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
From Ian Roxborough <irox@redhat.com>
* configure.in: Use ITCL_LIB_FULL_PATH and ITK_LIB_FULL_PATH to set Itcl and Itk dependancies for gdb. * configure: Regenerated.
This commit is contained in:
parent
9a058a09a9
commit
b381d62d0a
@ -1,3 +1,11 @@
|
||||
2001-09-06 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
From Ian Roxborough <irox@redhat.com>
|
||||
* configure.in: Use ITCL_LIB_FULL_PATH and
|
||||
ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
|
||||
for gdb.
|
||||
* configure: Regenerated.
|
||||
|
||||
2001-09-06 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* dbxread.c (process_one_symbol): Don't use error result from
|
||||
|
799
gdb/configure
vendored
799
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -995,19 +995,10 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
|
||||
CY_AC_PATH_ITCLCONFIG
|
||||
if test -z "${no_itcl}"; then
|
||||
CY_AC_LOAD_ITCLCONFIG
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
itcldir=../itcl/itcl/win/
|
||||
;;
|
||||
*)
|
||||
itcldir=../itcl/itcl/unix/
|
||||
;;
|
||||
esac
|
||||
|
||||
CY_AC_LOAD_ITCLCONFIG
|
||||
|
||||
ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
|
||||
ITCL_DEPS="${itcldir}${ITCL_LIB_FILE}"
|
||||
ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
|
||||
fi
|
||||
|
||||
|
||||
@ -1016,17 +1007,8 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
if test -z "${no_itcl}"; then
|
||||
CY_AC_LOAD_ITKCONFIG
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
itkdir=../itcl/itk/win/
|
||||
;;
|
||||
*)
|
||||
itkdir=../itcl/itk/unix/
|
||||
;;
|
||||
esac
|
||||
|
||||
ITKLIB="${ITK_BUILD_LIB_SPEC}"
|
||||
ITK_DEPS="${itkdir}${ITK_LIB_FILE}"
|
||||
ITK_DEPS="${ITK_LIB_FULL_PATH}"
|
||||
fi
|
||||
|
||||
# now look for Tix library stuff
|
||||
|
Loading…
Reference in New Issue
Block a user