Hello Hans,
* Hans Aberg wrote on Mon, Mar 03, 2008 at 09:27:07PM CET:
> On 3 Mar 2008, at 21:02, Eric Blake wrote:
>
>> | /bin/sh /usr/local/src/haskell/gtk2hs/missing --run autoconf
>> | /usr/local/bin/autoconf
>> | configure.ac:101: error: possibly undefined macro: AC_MSG_ERROR
>> | If this token and others are legitimate, please use m4_pattern_allow.
>> | See the Autoconf documentation.
>>
>> You probably overquoted a line containing AC_MSG_ERROR, so that it is
>> not being expanded correctly.
>
> I suspected that too, but Axel on the Gtk2hs project disagreed (I am
> just a user).
This is what I get when I check out the darcs repo and run autoconf:
configure.ac:26: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:64: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:101: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:136: error: possibly undefined macro: AC_DEFINE
If however I run aclocal first, or just run 'autoreconf -vi', then I do
not get any errors.
Cheers,
Ralf