J.A. Neitzel wrote: > > It seems to be related to the GNU autotools. According to [1], > adding "datarootdir = @datarootdir@" to Makefile.in might help? > Sorry, I do not know or use GNU autotools.
The test in autoconf is not very smart, @datarootdir@ appears in macports.autoconf.mk.in, but autoconf looks for it in Makefile.in. So this is just a harmless warning. If it did not appear at all, you'd find stuff installed to /share instead of /opt/local/share. Peter -- Peter O'Gorman http://pogma.com _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
