Post #6by Brendan » 19.09.2006, 10:10
I have autoconf 2.59-7 and automake 1.9.6-2. When running autoconf, I get this:
Code: Select all
configure.in:70: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:71: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:73: error: possibly undefined macro: AM_PO_SUBDIRS
configure.in:74: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:95: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:96: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:211: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:260: error: possibly undefined macro: AM_CONDITIONAL
configure.in:270: error: possibly undefined macro: AM_GCONF_SOURCE_2
configure.in:313: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:314: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:317: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:320: error: possibly undefined macro: AC_PATH_KDE
I checked to see if I had gettext and I have gettext and gettext-devl 0.14.5-3. With a clean download of the cvs celestia, I got this:
Code: Select all
./configure --with-gnome --enable-lua=no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
./configure: line 1553: AM_INIT_AUTOMAKE: command not found
./configure: line 1554: syntax error near unexpected token `config.h'
./configure: line 1554: `AM_CONFIG_HEADER(config.h)'
Why was it compiling before and not now? Maybe I ran the wrong program first.
Specs: 3500 AMD 64, 1GB RAM, PCI Express GeForce 7600 GS with 256MB, Debian Lenny on 250 GB drive, Windows XP Media Center on 250 GB drive