autogen problems in HEAD (at least for me)



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?

-- 
Think bigger

			My uncle




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