public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: Ian Roxborough <irox@redhat.com>
Cc: <insight@sources.redhat.com>
Subject: Re: [PATCH]: Locating Itcl and Itk dependancies.
Date: Thu, 06 Sep 2001 13:59:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0109061356320.9925-100000@makita.cygnus.com> (raw)
In-Reply-To: <3B97AF9C.42A61A0@redhat.com>

On Thu, 6 Sep 2001, Ian Roxborough wrote:

> (Patch reposted in proper form.)
[snip]
> This patch removes a couple of hard coded paths (for Itcl and Itk
> library dependencies) and uses the ITCL_LIB_FULL_PATH and
> ITK_LIB_FULL_PATH set in itclConfig.sh and itkConfig.sh to set the dependencies.
>
> I've tested this fix on Windows NT and GNU/Linux x86,
> everything seems to work fine.  If I can get this fix
> checked in today then I maybe able to do the grand Tcl/Tk
> switch over later tonight.

FYI, I've committed this change.

Keith

> ChangeLog:
> 2001-09-05  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.
>
>
> Index: configure.in
> ===================================================================
> RCS file: /cvs/src/src/gdb/configure.in,v
> retrieving revision 1.71
> diff -p -r1.71 configure.in
> *** configure.in	2001/08/27 22:39:55	1.71
> --- configure.in	2001/09/06 17:06:05
> *************** if test "${enable_gdbtk}" = "yes"; then
> *** 995,1013 ****
>
>   	   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
> !
>
>   	     ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
> ! 	     ITCL_DEPS="${itcldir}${ITCL_LIB_FILE}"
>              fi
>
>
> --- 995,1004 ----
>
>   	   CY_AC_PATH_ITCLCONFIG
>              if test -z "${no_itcl}"; then
> !              CY_AC_LOAD_ITCLCONFIG
>
>   	     ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
> ! 	     ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
>              fi
>
>
> *************** if test "${enable_gdbtk}" = "yes"; then
> *** 1016,1032 ****
>              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}"
>              fi
>
>   	   # now look for Tix library stuff
> --- 1007,1014 ----
>              if test -z "${no_itcl}"; then
>                CY_AC_LOAD_ITKCONFIG
>
>   	     ITKLIB="${ITK_BUILD_LIB_SPEC}"
> ! 	     ITK_DEPS="${ITK_LIB_FULL_PATH}"
>              fi
>
>   	   # now look for Tix library stuff
>

      reply	other threads:[~2001-09-06 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-06 10:17 Ian Roxborough
2001-09-06 13:59 ` Keith Seitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.33.0109061356320.9925-100000@makita.cygnus.com \
    --to=keiths@cygnus.com \
    --cc=insight@sources.redhat.com \
    --cc=irox@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).