"...
Most of these variables have values that rely on |prefix| or |exec_prefix|. It is deliberate that the directory output variables keep them unexpanded: typically |@datadir@| will be replaced by |${prefix}/share|, not |/usr/local/share"
So is it just understood that I'm supposed to use an assignment like:
"prefix = @prefix@"
In my Makefile.in? Otherwise I don't see how $(datadir) gets set. |
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://mail.gnu.org/mailman/listinfo/autoconf