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:
Keith Seitz 2001-09-06 20:59:18 +00:00
parent 9a058a09a9
commit b381d62d0a
3 changed files with 407 additions and 424 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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