This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: automake-cvs


> 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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]