

Slave aclocal.1.gz: /usr/share/ man/man1/ aclocal- 1.9.1.gzĬurrent `best' version is /usr/bin/ automake- 1.10. Slave automake.1.gz: /usr/share/ man/man1/ automake- 1.9.1.gz Slave : /usr/share/ info/automake- 1.4.info. Slave aclocal.1.gz: /usr/share/ man/man1/ aclocal- 1.4.1.gz Slave automake.1.gz: /usr/share/ man/man1/ automake- 1.4.1.gz Slave aclocal.1.gz: /usr/share/ man/man1/ aclocal- 1.10.1. Slave automake.1.gz: /usr/share/ man/man1/ automake- 1.10.1. Link currently points to /usr/bin/ automake- 1.10 Quest scott% update-alternatives -display automake Lrwxrwxrwx 1 root root 22 19:54 /etc/alternativ es/automake -> /usr/bin/ automake- 1.10* Quest scott% ls -l /etc/alternativ es/automake Lrwxrwxrwx 1 root root 26 19:47 /usr/bin/automake -> /etc/alternativ es/automake*

That is the model that is employed for other such executables that keep their version number, but it has eluded this package for some reason. usr/bin/aclocal -> /etc/alternativ es/aclocal usr/bin/automake -> /etc/alternativ es/automake The following two symlinks need to be created when the autoconf package is installed: There are, however, sym links correctly established in /etc/alternatives /etc/alternativ es/automake points to /usr/bin/ automake- 1.10. Since there are several versions of these binaries, it appears that the decision was made to name each with its version number in /usr/bin/ for example, /usr/bin/ automake- 1.10.

autogen.sh in the current mainline of wget. pm line 290.Īutoreconf: failed to run aclocal: No such file or directory Use of uninitialized value $automake in pattern match (m//) at /usr/bin/autoreconf line 185.Ĭan't exec "aclocal": No such file or directory at /usr/share/ autoconf/ Autom4te/ FileUtils. Use of uninitialized value $aclocal in pattern match (m//) at /usr/bin/autoreconf line 184.Ĭan't exec "automake": No such file or directory at /usr/bin/autoreconf line 185. When autoreconf is invoked, you will receive messages such as:Ĭan't exec "aclocal": No such file or directory at /usr/bin/autoreconf line 184. They are set as autoconf and aclocal, which are not executables on the system, and In the script /usr/bin/autoreconf provided by package autoconf, the path variables for autoconf and aclocal are incorrect.
