classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dumb build questions


From: Tom Tromey
Subject: Re: dumb build questions
Date: 02 Feb 2002 19:27:43 -0700

>>>>> "Nic" == Nic Ferrier <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]