I've just downloaded the CVS version of source, after which I
aclocal ;# this gives errors about AC_GNU_GETTEXT_VERSION
# so I comment this macro out of operation.
aclocal
automake --add-missing --copy
autoconf
mkdir bld
cd bld
../configure --prefix=/myprefix ;# This results in: config.status:
error: cannot find input file: po/Makefile.in.in
$ 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.
$ automake --version
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.
Thanks,
Earnie.
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make