automake
[Top][All Lists]
Advanced

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

automake-cvs


From: Ralf Corsepius
Subject: automake-cvs
Date: Wed, 27 Jun 2001 16:27:20 +0200

Hi,

Something very fishy seems to be going on with automake-cvs and
autoconf-cvs (both updated yesterday):

# ls
configure.in
hello.c
Makefile.am

# cat configure.in
AC_PREQ(2.50)
AC_INIT
AC_CONFIG_SRCDIR([hello.c])
AC_INIT_AUTOMAKE(hello,0)
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

# aclocal

# automake -a
automake: configure.in: `AM_INIT_AUTOMAKE' must be used
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: installing `./COPYING'
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found
automake: configure.in: installing `./depcomp'
/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

Seems to me that automake-cvs is in an unusable shape these days :)

Ralf



reply via email to

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