>>>>> "Nic" == Nic Ferrier <[EMAIL PROTECTED]> writes:

Nic> When I try and autoconf Classpath I get this:
Nic> configure.in:18: error: possibly undefined macro: AM_INIT_AUTOMAKE

This means you need to run `aclocal'.

Nic> I suspect this is because 1.4... automake is being found instead of
Nic> 1.5 but 1.5 is what I get if I type:
Nic>    automake --version
Nic> on the command line.

Then that's what is first in path.

Nic> Doing this:
Nic>    whereis automake

`whereis' isn't really reliable.  I don't know what it is doing
exactly (I've never used or even heard of whereis), but it sure isn't
searching $PATH.

If you use bash, try `type automake'.  For me:

    creche. whereis automake
    automake: /usr/bin/automake /usr/local/bin/automake /usr/share/automake
    creche. type automake
    automake is hashed (/usr/local/bin/automake)

Tom

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to