From: Sven N. <neu...@un...> - 2000-05-06 11:08:44
|
Hi, > [amalmin@skaro print]$ aclocal > aclocal: configure.in: 43: macro `AM_PATH_GIMP' not found in library > > But that still doesn't work...AM_PATH_GIMP is called in configure.in... > but doesn't seem to be defined anywhere else... > > My gimp is: > > [amalmin@skaro print]$ gimp -v > GIMP version 1.1.17 The quick and dirty solution is to find out where aclocal is located. That will most probably be either /usr/bin/aclocal or /usr/local/bin/aclocal. Then locate the directories holding the m4 scripts aclocal needs. That will most probably be /usr/share/aclocal and /usr/local/share/aclocal. Now move all m4 scripts together into the directory that matches the path of your aclocal binary, remove the empty directory and create a link pointing to the place you moved the files to. Now aclocal should be able to find all its m4 scripts and future installations will go to the correct place. Salut, Sven |