From: Arjen M. <arj...@wl...> - 2005-01-19 08:55:48
|
Andrew Ross wrote: > > > > If you have the correct autotools installed then just try running > ./cf/bootstrap.sh, which should correctly generate the configure script > for you. > Alas, I now have automake 1.9.4 on my system and when I do: > ./cf/bootstrap.sh the following error messages roll over the screen: [.../plplot5.3.1/plplot] h2 : cf/bootstrap.sh Running aclocal (GNU automake) 1.9.4...aclocal:/p/delft3d/users/markus/plplot5.3.1/plplot/cf/libtool.ac:67: warning: macro `AM_PROG_LIBTOOL' not found in library autom4te: unknown language: Autoconf-without-aclocal-m4 aclocal: autom4te failed with exit status: 1 done Running autoheader (GNU Autoconf) 2.57... done Running libtoolize (GNU libtool) 1.4.3... done Running automake (GNU automake) 1.9.4...configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal). configure.ac: installing `cf/install-sh' configure.ac: installing `cf/missing' Makefile.am:39: enable_dyndrivers does not appear in AM_CONDITIONAL Makefile.am:41: with_ltdlsystem does not appear in AM_CONDITIONAL bindings/Makefile.am:27: enable_tcl does not appear in AM_CONDITIONAL bindings/Makefile.am:31: enable_tk does not appear in AM_CONDITIONAL bindings/Makefile.am:35: enable_tkwin does not appear in AM_CONDITIONAL bindings/Makefile.am:41: enable_tcl does not appear in AM_CONDITIONAL bindings/c++/Makefile.am:25: enable_cxx does not appear in AM_CONDITIONAL bindings/c++/Makefile.am:29: Libtool library used but `LIBTOOL' is undefined bindings/c++/Makefile.am:29: bindings/c++/Makefile.am:29: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' bindings/c++/Makefile.am:29: to `configure.ac' and run `aclocal' and `autoconf' again. bindings/c++/Makefile.am: installing `cf/depcomp' /opt/automake-1.9.4/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL ... configure:2367: error: possibly undefined macro: AM_PROG_LIBTOOL configure:5326: error: possibly undefined macro: AM_PATH_PYTHON configure:5327: error: possibly undefined macro: AC_PYTHON_DEVEL configure:5814: error: possibly undefined macro: AC_PROG_SWIG configure:8511: error: possibly undefined macro: AM_PATH_GTK done Regenerating libltdl/aclocal+configure...autom4te: unknown language: Autoconf-without-aclocal-m4 aclocal: autom4te failed with exit status: 1 configure.in:24: version mismatch. This is Automake 1.9.4, configure.in:24: but the definition used by this AM_INIT_AUTOMAKE configure.in:24: comes from Automake 1.4-p6. You should recreate configure.in:24: aclocal.m4 with aclocal and run automake again. configure.in: required file `./install-sh' not found configure.in: required file `./missing' not found configure.in:33: required file `./config.guess' not found configure.in:33: required file `./config.sub' not found configure.in:33: required file `./ltmain.sh' not found done Needless to say that ./configure fails: [.../plplot5.3.1/plplot] h2 : ./configure --prefix=`pwd` ./configure: line 1357: syntax error near unexpected token `cf' ./configure: line 1357: `AC_CONFIG_MACRO_DIR(cf)' So, what should I do? Regards, Arjen |