[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: none
- To: Harald Barth <haba@pdc.kth.se>
- Subject: Re: none
- From: Love <lha@stacken.kth.se>
- Date: Wed, 11 Feb 2004 19:45:22 +0100
- Cc: heimdal-discuss@sics.se
- In-Reply-To: <20040126.232751.130624336.haba@pdc.kth.se> (Harald Barth'smessage of "Mon, 26 Jan 2004 23:27:51 +0100 (MET)")
- References: <20040126.110156.94554675.haba@pdc.kth.se><amk73eeolj.fsf@nutcracker.stacken.kth.se><20040126.232751.130624336.haba@pdc.kth.se>
- Sender: owner-heimdal-discuss@sics.se
- User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)
Harald Barth <haba@pdc.kth.se> writes:
> the with + marked statements never will be executed. Neither does
> the $with_$1_config= work as expected ;-)
>
> I'd say instead:
however this overrids --with-PACKAGE-config
Love
>
> *** cf/test-package.m4.orig Tue Sep 10 17:23:38 2002
> --- cf/test-package.m4 Mon Jan 26 23:21:34 2004
> ***************
> *** 71,76 ****
> --- 71,79 ----
> yes|no|"")
> ;;
> *)
> + if test -x $with_$1/bin/$with_$1_config ; then
> + with_$1_config=$with_$1/bin/$with_$1_config
> + fi
> $1_cflags="`$with_$1_config --cflags 2>&1`"
> $1_libs="`$with_$1_config --libs 2>&1`"
> ;;
>
> Harald.
PGP signature
- Follow-Ups:
- Re: none
- From: Harald Barth <haba@pdc.kth.se>