./bootstrap is still failing on RHEL3 even with the modern stable versions of autotools.
I ensured that I had m4 in the path when I configured and built autoconf. This made automake's "make check" much happier :). Unfortunately there was still one failure which I have forwarded to [EMAIL PROTECTED] Here's detailed version information: __BEGIN__ $ m4 --version GNU M4 1.4.8 Copyright (C) 2006 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. Written by Rene' Seindal. $ autoconf --version autoconf (GNU Autoconf) 2.61 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. $ libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) Copyright (C) 2005 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.10 Written by Tom Tromey <[EMAIL PROTECTED]> and Alexandre Duret-Lutz <[EMAIL PROTECTED]>. Copyright 2006 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. __END__ Here is the output from ./bootstrap: __BEGIN__ lib/broker/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined lib/broker/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' lib/broker/Makefile.am:9: to `configure.ac' and run `aclocal' and `autoconf' again. lib/broker/Makefile.am:9: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure lib/broker/Makefile.am:9: its definition is in aclocal's search path. lib/client/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined lib/client/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' lib/client/Makefile.am:9: to `configure.ac' and run `aclocal' and `autoconf' again. lib/client/Makefile.am:9: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure lib/client/Makefile.am:9: its definition is in aclocal's search path. lib/common/Makefile.am:43: Libtool library used but `LIBTOOL' is undefined lib/common/Makefile.am:43: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' lib/common/Makefile.am:43: to `configure.ac' and run `aclocal' and `autoconf' again. lib/common/Makefile.am:43: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure lib/common/Makefile.am:43: its definition is in aclocal's search path. tests/gen.mk:97: Libtool library used but `LIBTOOL' is undefined tests/gen.mk:97: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' tests/gen.mk:97: to `configure.ac' and run `aclocal' and `autoconf' again. tests/gen.mk:97: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure tests/gen.mk:97: its definition is in aclocal's search path. tests/Makefile.am:79: `tests/gen.mk' included from here __END__ Cheers, Steve. This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
