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
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf
