>>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes:
[...] Ladislav> I tried installing 1.6.3 (removed 1.5 before that) Ladislav> but now autconf tells me: Ladislav> [lada@smrz libadmis]$ aclocal && autoconf && automake Ladislav> configure.in:6: error: possibly undefined macro: AC_PROG_LIBTOOL That's unrelated to Autoconf. You probably installed Automake 1.6.3 in a different location than Automake 1.5 was. You need to install Libtool and Automake with the same --prefix for the above command line to work. [...] -- Alexandre Duret-Lutz
