autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Makefile variables depending on configure args - how?


From: Markus Werle
Subject: Re: Makefile variables depending on configure args - how?
Date: Mon, 20 Jan 2003 09:14:42 +0100

Paul Brook wrote:

> I think you need to add
>
> AC_SUBST([DIET], [${DIETDIR}])

Thanks! I knew it was something very simple.

Another question: I thought configure.in was just a shell
script substitute, so I ommitted the "{}".
Also missing brackets around DIET do not disturb autoconf.
Is the follwing OK, or are there any issues (like portability)?

AC_SUBST(DIET, $DIETDIR)


best regards,


Markus






reply via email to

[Prev in Thread] Current Thread [Next in Thread]