Thanks in advance to anyone who can help me with this: I am having trouble making shared libs with the latest autoconf/automake packages:
>aclocal >autoconf configure.in:9: error: possibly undefined macro: AC_PROG_LIBTOOL configure.in looks likt this: ## begin configure.in AC_INIT(ReportFactory/Main.C) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(Reporting,1.0) AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL ##AC_PROG_RANLIB AC_PROG_LIBTOOL AC_OUTPUT(Makefile) ## end configure.in Installation Details: >aclocal --version aclocal (GNU automake) 1.6 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. Written by Tom Tromey <[EMAIL PROTECTED]> >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. >uname -a Linux rd207249 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
