autoconf
[Top][All Lists]
Advanced

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

Re: Using $bindir in configure.ac


From: Stepan Kasal
Subject: Re: Using $bindir in configure.ac
Date: Tue, 11 Jan 2005 11:15:25 +0100
User-agent: Mutt/1.4.1i

Hi,

I'd like to comment on my code:

> eval ac_define_dir="\"[$]$2\""
> eval ac_define_dir="\"[$]ac_define_dir\""

The same effect can be achieved by the following:

eval eval ac_define_dir="\"\\\"[$]$2\\\"\""

not speaking about the possibility to assign

        exec_prefix=$prefix

instead of

        exec_prefix='${prefix}'

in the preceding code, so that one less `eval' would be needed.

Now, what do the ac-archive maintainers prefer?

Stepan




reply via email to

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