value of @exec_prefix@ etc.

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

 



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.



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux