On Thu, 25 Apr 2002, Martin MOKREJŠ wrote: > On Wed, 24 Apr 2002, Neulinger, Nathan wrote: > > > Have you tried a regular CVS checkout? None of these problems below should have >anything to do with the prototypes branch. > > No, but if you want: > > $ cvs co openafs > [...] > $ cd openafs > $ autoconf > configure.in:2: error: possibly undefined macro: AM_INIT_AUTOMAKE > $
bontebok$ /usr/local/bin/diff -u configure.in.ori configure.in --- configure.in.ori Thu Apr 25 00:20:09 2002 +++ configure.in Thu Apr 25 00:20:19 2002 @@ -1,6 +1,6 @@ AC_INIT(src/config/stds.h) AM_INIT_AUTOMAKE(openafs,devel) -AC_CONFIG_HEADER(src/config/afsconfig.h) +AM_CONFIG_HEADER(src/config/afsconfig.h) AC_PROG_CC OPENAFS_CONFIGURE_COMMON bontebok$ aclocal bontebok$ automake Prototype mismatch: sub Automake::SEEK_SET vs () at /home/users/mokrejs/bin/automake line 8317 Prototype mismatch: sub Automake::SEEK_CUR vs () at /home/users/mokrejs/bin/automake line 8317 Prototype mismatch: sub Automake::SEEK_END vs () at /home/users/mokrejs/bin/automake line 8317 automake: cannot open < Makefile.am.common: No such file or directory at /home/users/mokrejs/bin/automake line 6996 bontebok$ bontebok$ automake --version Prototype mismatch: sub Automake::SEEK_SET vs () at /home/users/mokrejs/bin/automake line 8317 Prototype mismatch: sub Automake::SEEK_CUR vs () at /home/users/mokrejs/bin/automake line 8317 Prototype mismatch: sub Automake::SEEK_END vs () at /home/users/mokrejs/bin/automake line 8317 automake (GNU automake) 1.6.1 Written by Tom Tromey <[EMAIL PROTECTED]>. 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. bontebok$ autoconf --version autoconf (GNU Autoconf) 2.53 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. bontebok$ If I downgrade to automake-1.6, I'm still getting: $ automake Prototype mismatch: sub Automake::SEEK_SET vs () at /home/users/mokrejs/bin/automake line 8237 Prototype mismatch: sub Automake::SEEK_CUR vs () at /home/users/mokrejs/bin/automake line 8237 Prototype mismatch: sub Automake::SEEK_END vs () at /home/users/mokrejs/bin/automake line 8237 automake: cannot open < Makefile.am.common: No such file or directory at /home/users/mokrejs/bin/automake line 6916 $ Downgrade to automake-1.5 gives: $ automake automake: couldn't open `Makefile.am.common': No such file or directory $ -- Martin Mokrejs <[EMAIL PROTECTED]> PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs MIPS / Institute for Bioinformatics <http://mips.gsf.de> GSF - National Research Center for Environment and Health Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany tel.: +49-89-3187 3616 , fax: +49-89-3187 3585 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
