* Jonas Geiregat wrote on Tue, Jan 25, 2005 at 07:54:59PM CET:
> On Tue, 25 Jan 2005 19:29:45 +0100, Ralf Wildenhues
> <[EMAIL PROTECTED]> wrote:
> 
> > Try running
> >   automake --add
> > once.
> 
> I already fixed it with automake -af
> But thanks anyway, also the --add option isn't in automake --help nor
> is there a automake man page ?! is this normal ?

Whoops.  I actually forgot that its name is --add-missing (short: -a).
This option is documented.

In any case, your calling of 
  aclocal, autoheader, autoconf, automake
is best replaced by
  autoreconf
with appropriate options (usually -v -i -f helps).

Regards,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to