|
From: SourceForge.net <no...@so...> - 2007-11-23 08:39:20
|
Bugs item #1791654, was opened at 2007-09-10 17:08 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1791654&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Luigi Ballabio (lballabio) Summary: autogen.sh error: possibly undefined macro: AC_PROG_LIBTOOL Initial Comment: All, Downloaded quantlib 0.8.1 and get everything (examples and test-suited) compiled and run. But I could not get autogen.sh work, here is the complete error message: $ ./autogen.sh configure.ac:63: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /ms/user/w/wguo/autoconf-2.61/bin/autoconf failed with exit status: 1 Run the command ./configure --help for information on options that can change the behavior of the library. The relevant information, automake(1.9.6)/autoconf(2.61)/libtool(1.5.22) as shown here: $ automake --version automake (GNU automake) 1.9.6 $ autoconf --version autoconf (GNU Autoconf) 2.61 $ libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) Anything I may miss? Thanks a lot in advance! - Winston win...@mo... ---------------------------------------------------------------------- >Comment By: Luigi Ballabio (lballabio) Date: 2007-11-23 09:39 Message: Logged In: YES user_id=75450 Originator: NO aclocal does not find libtool.m4 (provided with libtool.) See the automake/aclocal manual for information on how to fix this. However, if you're compiling the released tarball, you don't need to run autogen at all. Just untar the archive and run ./configure. Luigi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1791654&group_id=12740 |