[bt-devel] problems with automake

Martin Gruner bt-devel@crosswire.org
Sun, 20 Oct 2002 18:17:41 +0200


Hey all, and especially Daniel Glassey,

I'm currently having trouble with the automake stuff and cannot build BT cvs. 
Log is attached. Help would be _most_ appreciated.

Thanks in advance.

Martin

--

Martin@home-debian:~/dev/bibletime$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
    environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:43: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:111: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:111: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
Martin@home-debian:~/dev/bibletime$ automake --version
automake (GNU automake) 1.5
Written by Tom Tromey <tromey@cygnus.com>.

Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Martin@home-debian:~/dev/bibletime$ autoconf --version
autoconf (GNU Autoconf) 2.54
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Martin@home-debian:~/dev/bibletime$