Jack O'Quin wrote:

What is the correct solution to this problem?  Unfortunately, AFAIK
there is no way to pass a PATH variable to autoconf.  Should I simlink
the whole /sw/share/aclocal directory to /usr/share/aclocal-1.6?  That
seems a bit extreme, but I can't think of a better alternative.

Sure there is, that's what -I is for (aclocal --help)


You would run:

aclocal -I /sw/share/aclocal

...and it would pick up the m4 files in there.


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to