Re: autogen problems in HEAD (at least for me)



On Sat, 2003-06-21 at 12:09, Luca Ferretti wrote:
> I was refreshing my installed GNOME HEAD, when after the 
> 
>         ./autogen.sh --prefix=/opt/gnome
>         
> there was this output
> 
> /opt/gnome/bin/gnome-autogen.sh
> checking for autoconf >= 2.53...
>   testing autoconf2.50... not found.
>   testing autoconf... found.
> 
> <snip>
> 
> configure.in:45: error: m4_defn: undefined macro: _m4_divert_diversion
> aclocal.m4:45: AM_INIT_AUTOMAKE is expanded from...
> configure.in:45: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> autoheader: /opt/gnome/bin/autom4te failed with exit status: 1
> 
> 
> I found the trouble: first line of configure.in is 
>         
>         sAC_INIT(src)
>         
> and it should be
> 
>         AC_INIT(src)
> 
> 
> I don't know if I did some changes on my hard disk, but can someone
> check it on CVS?

It's AC_INIT in CVS.

You can check by doing "cvs diff -u configure.in" - this will show your
changes.

-- 
Andrew Sobala <aes gnome org>

"We made GNOME-VFS support smb: and nfs: URIs. And we made OOo support
GNOME-VFS. Booyakasha!" -- nat




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