m4-patches
[Top][All Lists]
Advanced

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

Re: Automake 1.5


From: Gary V. Vaughan
Subject: Re: Automake 1.5
Date: Wed, 29 Aug 2001 20:43:16 +0100
User-agent: Mutt/1.3.21i

On Sun, Aug 26, 2001 at 05:55:39PM +0100, Gary V. Vaughan wrote:
> On Fri, Aug 24, 2001 at 04:37:57PM +0200, address@hidden wrote:
> > Just to avoid that several people handle the same task, I'm moving
> > M4 to Automake 1.5.  This is part of the future patch coming along with
> > what is more or less the first release of Autotest.
> > 
> > I guess I will bring the patches tomorrow, and apply them then.
> 
> Okay, cool.  That will give me the push I need to install Automake-1.5
> too.  =)O|

Well, I did it.  But I don't understand the bootstrap failure.  Is
this a bug in automake?

$ cd ~/devel/savannah/m4
$ cvs -z3 update -Pd
cvs server: Updating .
cvs server: Updating acm4
cvs server: Updating checks
cvs server: Updating config
cvs server: Updating doc
cvs server: Updating examples
cvs server: Updating examples/WWW
cvs server: Updating examples/WWW/m4lib
cvs server: Updating examples/WWW/man
cvs server: Updating lib
cvs server: Updating libltdl
cvs server: Updating m4
cvs server: Updating modules
cvs server: Updating po
cvs server: Updating src
cvs server: Updating tests
cvs server: Updating tests/generated-tests
cvs server: Updating tests/gentest
cvs server: Updating tests/other-tests
$ ./bootstrap 
++ grep '^AC_CONFIG_AUX_DIR' configure.in
++ sed 's/^.*(\([^)]*\)).*$/\1/'
+ auxdir=config
+ rm -f config.cache
++ aclocal --print-ac-dir
+ aclocal_libdir=/usr/local/share/aclocal
++ make -f config/Makefile.am list-standard-macros
+ cp /usr/local/share/aclocal/auxdir.m4 config
+ cp /usr/local/share/aclocal/ccstdc.m4 config
+ cp /usr/local/share/aclocal/codeset.m4 config
+ cp /usr/local/share/aclocal/cond.m4 config
+ cp /usr/local/share/aclocal/depend.m4 config
+ cp /usr/local/share/aclocal/depout.m4 config
+ cp /usr/local/share/aclocal/dmalloc.m4 config
+ cp /usr/local/share/aclocal/gettext.m4 config
+ cp /usr/local/share/aclocal/glibc21.m4 config
+ cp /usr/local/share/aclocal/header.m4 config
+ cp /usr/local/share/aclocal/iconv.m4 config
+ cp /usr/local/share/aclocal/init.m4 config
+ cp /usr/local/share/aclocal/install-sh.m4 config
+ cp /usr/local/share/aclocal/isc-posix.m4 config
+ cp /usr/local/share/aclocal/lcmessage.m4 config
+ cp /usr/local/share/aclocal/make.m4 config
+ cp /usr/local/share/aclocal/missing.m4 config
+ cp /usr/local/share/aclocal/progtest.m4 config
+ cp /usr/local/share/aclocal/protos.m4 config
+ cp /usr/local/share/aclocal/sanity.m4 config
+ cp /usr/local/share/aclocal/strip.m4 config
+ set -e
+ sed -n '1,/# Help Automake understand includes./p' aclocal.m4
+ echo 'ifelse('
+ echo '  ['
+ echo '    # It doesn'\''t see AC_SUBSTs.'
+ autoconf -t 'AC_SUBST:    AC_SUBST([$1])'
+ sort -u
+ echo '    # It doesn'\''t see AM_CONDITIONALs.'
+ autoconf -t 'AM_CONDITIONAL:    AM_CONDITIONAL([$1])'
+ sort -u
+ echo '  ]'
+ echo ')'
+ mv aclocal.m4t aclocal.m4
+ touch config-h.in
+ automake --add-missing --copy
src/Makefile.am:29: m4_SOURCES includes configure substitution address@hidden@'
+ exit 1
$ cat -n src/Makefile.am  | grep 29
    29  m4_SOURCES = main.c m4.h freeze.c stackovf.c $(M4OBJS)

HUH?

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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