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
3 changed files with 407 additions and 424 deletions
|
@ -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>
|
2001-09-06 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* dbxread.c (process_one_symbol): Don't use error result from
|
* dbxread.c (process_one_symbol): Don't use error result from
|
||||||
|
|
791
gdb/configure
vendored
791
gdb/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -996,18 +996,9 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||||
CY_AC_PATH_ITCLCONFIG
|
CY_AC_PATH_ITCLCONFIG
|
||||||
if test -z "${no_itcl}"; then
|
if test -z "${no_itcl}"; then
|
||||||
CY_AC_LOAD_ITCLCONFIG
|
CY_AC_LOAD_ITCLCONFIG
|
||||||
case "${host}" in
|
|
||||||
*-*-cygwin*)
|
|
||||||
itcldir=../itcl/itcl/win/
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
itcldir=../itcl/itcl/unix/
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
|
ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
|
||||||
ITCL_DEPS="${itcldir}${ITCL_LIB_FILE}"
|
ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -1016,17 +1007,8 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||||
if test -z "${no_itcl}"; then
|
if test -z "${no_itcl}"; then
|
||||||
CY_AC_LOAD_ITKCONFIG
|
CY_AC_LOAD_ITKCONFIG
|
||||||
|
|
||||||
case "${host}" in
|
|
||||||
*-*-cygwin*)
|
|
||||||
itkdir=../itcl/itk/win/
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
itkdir=../itcl/itk/unix/
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
ITKLIB="${ITK_BUILD_LIB_SPEC}"
|
ITKLIB="${ITK_BUILD_LIB_SPEC}"
|
||||||
ITK_DEPS="${itkdir}${ITK_LIB_FILE}"
|
ITK_DEPS="${ITK_LIB_FULL_PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# now look for Tix library stuff
|
# now look for Tix library stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue