automake
[Top][All Lists]
Advanced

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

Re: automake-cvs


From: Tim Van Holder
Subject: Re: automake-cvs
Date: Wed, 27 Jun 2001 17:23:01 +0200

> AC_INIT_AUTOMAKE(hello,0)
Should be AM_INIT_AUTOMAKE.  That is not new to automake-cvs.

> AC_PROG_CC
> AC_CONFIG_FILES([Makefile])
> AC_OUTPUT

> automake: Makefile.am: required file `./NEWS' not found
> automake: Makefile.am: required file `./README' not found
> automake: Makefile.am: required file `./AUTHORS' not found
> automake: Makefile.am: required file `./ChangeLog' not found
These are required for a 'normal' package.  You should be
using 'automake --foreign'.  Again, this is not new to automake-cvs,
I think.

> /opt/dev/share/automake/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /opt/dev/share/automake/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /opt/dev/share/automake/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /opt/dev/share/automake/am/lang-compile.am: AMDEP does not appear in
> AM_CONDITIONAL

This might be a valid complaint, though it may be caused by the lack of
AM_INIT_AUTOMAKE.




reply via email to

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