autogen.sh failure on automake version check
Laurent Malvert <[email protected]> Fri, 24 Jun 2005 11:42:06 +0200
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
Trying to compile the latest conglomerate CVS snapshot, here's what I got:
$> ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoconf >=3D 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.59
checking for automake >=3D 1.4...
testing automake-1.4... not found.
***Error***: You must have automake >=3D 1.4 installed
to build Conglomerate. Download the appropriate package for
from your distribution or get the source tarball at
http://ftp.gnu.org/pub/gnu/automake/automake-1.4.tar.gz
checking for libtool >=3D 1.5...
testing libtoolize... found 1.5.6
checking for glib-gettext >=3D 2.2.0...
testing glib-gettextize... found 2.6.3
checking for intltool >=3D 0.30...
testing intltoolize... found 0.33
checking for pkg-config >=3D 0.14.0...
testing pkg-config... found 0.15.0
/usr/bin/gnome-autogen.sh: line 154: --print-ac-dir: command not found
Checking for required M4 macros...
Checking for forbidden M4 macros...
which is sad, because:
$> automake --version
automake (GNU automake) 1.9.4
Written by Tom Tromey <[email protected]>.
--=20
Laurent Malvert [[email protected]]