autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf-2.54 & automake-1.7


From: Akim Demaille
Subject: Re: autoconf-2.54 & automake-1.7
Date: 18 Oct 2002 14:35:50 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

|Hi Akim,

Hi!

Please, don't write to me: send the messages to the lists.

|at the moment it seems to bee tricky to get a working build system
|with all the autotools. I have just updated to
|
|   autoconf-2.54
|   automake-1.7
|   gettext-0.11.5
|   ...
|when running my autogen.sh script I get lots of warnings/errros
|Running autoheader...
|configure.in:6: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
|configure.in:169: warning: do not use m4_regexp: use regexp or m4_bregexp
|autoheader: `config.h.in' is unchanged
|Running automake --gnu  ...
|configure.in:34: your implementation of AM_INIT_AUTOMAKE comes from an
|configure.in:34: old Automake version.  You should recreate aclocal.m4
|configure.in:34: with aclocal and run automake again.
|Makefile.am:4: AM_GNU_GETTEXT used but `intl' not in SUBDIRS
|/opt/FSFautom/share/automake-1.7/am/depend2.am: am__fastdepCC does not
|appear in AM_CONDITIONAL
|
|/opt/FSFautom/share/automake-1.7/am/depend2.am: am__fastdepCC does not
|appear in AM_CONDITIONAL
|
|**Error**: automake failed.
|
|the respective lines of configure.in are :
|configure.in:6
|AM_CONFIG_HEADER(config.h)
|configure.in:34
|AM_INIT_AUTOMAKE(gitk-core, $VERSION)
|configure.in:169
|AC_OUTPUT
|
|I've mailed this to the automake author too, maybee he can shed some
|light on it. Do you have any ideas?

autoreconf -f -v -i
./configure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]