autoconf
[Top][All Lists]
Advanced

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

value of @exec_prefix@ etc.


From: wolfgang haefelinger
Subject: value of @exec_prefix@ etc.
Date: Mon, 20 Dec 2004 21:28:31 +0100

Hi,

I'm having this in my Makefile.in

  exec_prefix     = @exec_prefix@

and I'm getting

  exec_prefix     = ${prefix}

Hmm, according to GNU coding standards it should be

  exec_prefix     = $(prefix)

Is there a way to tell  "autoconf"  to switch to the 
second version or is this a bug?

I prefer to have $(prefix) as this appears to be 
portabler.

Regards,
Wolfgang.





reply via email to

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