autoconf
[Top][All Lists]
Advanced

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

Re: Newbee : autoconf -Wall + configure.in


From: Ralf Wildenhues
Subject: Re: Newbee : autoconf -Wall + configure.in
Date: Thu, 14 Sep 2006 16:11:04 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

* Karl Schmitt wrote on Thu, Sep 14, 2006 at 03:58:30PM CEST:

> AC_OUTPUT([
> Makefile
[...]
> dnl src/plandisp/Makefile
[...]

Please remove the line within the first AC_OUTPUT argument that is
commented out with dnl.  Then autoconf should succeed.  If it moans
about macros such as AM_INIT_AUTOMAKE that it could not find, then
you forgot to run aclocal before running automake.

Hope that helps.

You may want to upgrade to Autoconf-2.60, and heed the comments that
  autoconf -Wall

gives you then.  But it isn't crucial.

Cheers,
Ralf




reply via email to

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