Sorry if this is a stupid question, but I don't see it in the FAQ. I'm trying to port a program with GNU autoconf tools to Mac OS 10.3. I installed various packages using fink (and also darwinports). But, my program's ./autogen.sh doesn't see the contents of /sw/share/aclocal.
I was able to kludge around this problem by linking all the files from that directory into /usr/share/aclocal-1.6. This is obviously broken, because future packages' M4 files will not be visible unless I remember to link them individually. 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. Suggestions? -- joq ------------------------------------------------------- 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
