This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake-cvs
- To: <corsepiu at faw dot uni-ulm dot de>,<automake at gnu dot org>
- Subject: Re: automake-cvs
- From: "Tim Van Holder" <tim dot van dot holder at pandora dot be>
- Date: Wed, 27 Jun 2001 17:23:01 +0200
- List-Id: Discussion list for automake <automake.gnu.org>
> 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.