This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Oct 14, 2004 at 06:26:20AM +0200, Ralf Corsepius wrote:
[...]
> This requires you to let $(WEBDIR) default to a directory containing
> $(prefix) in its root. For example you could use something similar to
> this in your configure.ac:
>
> WEBDIR=${WEBDIR-\$(pkgdatadir)}
Isn't it ${WEBDIR:-\$(pkgdatadir)}?
^^^
Out of curiosity:
How portable are such constructs (I mean ${...:...}?
Are they OK under the Autoconf `portable shell' ideal?
Regards
-- tom'as
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |