Am Sonntag, 10. März 2002 11:13 schrieb Nishio Futoshi: > Hi. > > I installed automake-1.6 with > $ ./configure --prefix=/usr > $ make > $ make check > $ make install > and installed aclocal macros under /usr/share/aclocal-1.6, where is by > default, not /usr/share/aclocal. > > However, > $ aclocal --print-ac-dir > /usr/share/aclocal > Hi Nishio,
I had the same problem and I solved it in the following way: - remove the dir's /usr/share/automake and /usr/share/aclocal - create links /usr/local/aclocal to /usr/share/aclocal-1.6 and /usr/share/automake to /usr/share/automake-1.6 I know, that this is not the best solution but I found it useable. Regards Jens > Must I use > $ aclocal -I /usr/share/aclocal-1.6 > every invoking? Or, another way? > > Thanks