|
[Rivet] AGILe does not configureHolger Schulz holger.schulz at physik.hu-berlin.deThu Oct 22 13:34:06 BST 2009
Holger Schulz wrote: > Hi, > > having updated to the head version of AGILe, > I get the following complaints when running autoreconf -iv: > > configure.ac:42: error: possibly undefined macro: AC_DISABLE_STATIC > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.ac:51: error: possibly undefined macro: AC_LIBTOOL_DLOPEN > configure.ac:52: error: possibly undefined macro: AC_PROG_LIBTOOL > autoreconf: /users/eeh/hschulz/Software/bin/autoconf failed with > exit status: 1 > > I am using autoconf 2.64 > > Any ideas what may have gone wrong? > > Holger > Maybe this is because I had to install autoconf 2.64 myself and some paths whatsoever are now not in standard locations. When I run automake I get: automake --add-missing --copy --no-force src/AlpGen/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined src/AlpGen/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/AlpGen/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again. src/AlpGen/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure src/AlpGen/Makefile.am:1: its definition is in aclocal's search path. ... Well, `AC_PROG_LIBTOOL' is in `configure.ac' but where can I find it's definition and how do I tell aclocal where to search for it? Holger
More information about the Rivet mailing list |