This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AM_AUTOCONF does not work?
- From: Andreas Schwab <schwab at suse dot de>
- To: Jose Roman Bilbao <jrbcast at dali dot ace dot ual dot es>
- Cc: autoconf at gnu dot org, automake at gnu dot org
- Date: Mon, 09 Feb 2004 11:53:31 +0100
- Subject: Re: AM_AUTOCONF does not work?
- References: <1076317322.4938.2.camel@gris.ace.ual.es>
Jose Roman Bilbao <jrbcast@dali.ace.ual.es> writes:
> Hi,
>
> Can anybody tell my why this code is not substituting the variable
> WITH_OPENGL in my automake.am and how should I write it to work?
>
> MDL_HAVE_OPENGL
>
> AM_CONDITIONAL( WITH_OPENGL, test -n $GL_FLAGS)
> #AM_CONDITIONAL( WITH_OPENGL, test -n $GL_LIBS)
You need to fix the quoting.
AM_CONDITIONAL( WITH_OPENGL, test -n "$GL_FLAGS")
#AM_CONDITIONAL( WITH_OPENGL, test -n "$GL_LIBS")
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."