On 02/09/2011 03:46 PM, Hans Aberg wrote: > [I am not on this list, so please cc me.] > > On Mac OS X 10.6.6, I have: > $ /usr/bin/autoconf --version > autoconf (GNU Autoconf) 2.61 > This comes with the system. > > $ /usr/local/bin/autoconf --version > autoconf (GNU Autoconf) 2.68 > The latter was installed by ./configure && make.
However, that did NOT install aclocal, which is part of the automake package. > > When running the ./autogen.sh script on Guile from GIT, which calls > autoreconf -i --force --verbose > aclocal does not look into /usr/local/. Because autoreconf is still invoking the only aclocal it can find, which happens to be the one in /usr rather than /usr/local. > I have to rename /usr/share/aclocal and replace it by a soft link to /usr/local/share/aclocal. Or you could install automake into the same location as autoconf. > > In addition, adding to autoreconf the argument -B /usr/local/share/aclocal, > it is not passed on to aclocal. aclocal doesn't understand -B, so autoreconf doesn't pass it on to aclocal (although getting aclocal to learn -B needs to be resolved on the automake list first before we worry about teaching autoreconf in the autoconf package about honoring it). Can you get by with the -I option instead? -- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
