Re: Unabe to make gnome-libs 1.0.5



>>>>> "José" == José Romildo Malaquias <romildo@urano.iceb.ufop.br> writes:

>> This is known bug in current and previous automake.
>> Temporary You can modify /usr/share/automake/header-vars.am:
>> -SHELL = @SHELL@
>> +SHELL = /bin/sh

This is not a bug in any version of automake.
Automake 1.4, which generates the @SHELL@ definition, requires
Autoconf 2.13, which does an AC_SUBST(SHELL).

There is a bug in that automake 1.4 doesn't AC_REQUIRE(2.13).  That is
fixed in the automake cvs repository.

In my experience the @SHELL@ problem always indicates that you are
using the wrong version of autoconf.

Tom



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