Billy <[EMAIL PROTECTED]> writes:

> billy@billy 09:25:50 avifile-0.6$ ./autogen.sh 
Autogen is a bit wrong right now (wrong succession of running autoxxx
commands)

> Generating build information using aclocal, automake and autoconf
> This may take a while ...
> aclocal: /usr/local/share/aclocal/glib.m4: 8: duplicated macro `AM_PATH_GLIB'
> aclocal: /usr/local/share/aclocal/gtk.m4: 7: duplicated macro `AM_PATH_GTK'
> aclocal: /usr/local/share/aclocal/xmps.m4: 16: duplicated macro `XMPS_TEST_VERSION'
> aclocal: /usr/local/share/aclocal/xmps.m4: 61: duplicated macro
> `AM_PATH_XMPS'

Up to date cvs repository and
[misiek@arm avifile-0.6]$ grep -Er "AM_PATH_(GLIB|GTK)" .
[misiek@arm avifile-0.6]$ 

so there is no these AM_PATH_XXX. Conclusion: your system is broken.

> autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Since you are using autoconf 2.52 you need to remove from acinclude.m4
definitions of AM_FUNC_OBSTACK and AM_FUNC_ERROR_AT_LINE (new autoconf
provides them) - without this you will fail - and then
[misiek@arm avifile-0.6]$ autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
[misiek@arm avifile-0.6]$ vi acinclude.m4 
[misiek@arm avifile-0.6]$ aclocal
[misiek@arm avifile-0.6]$ autoheader
[misiek@arm avifile-0.6]$ 

> configure.in:25: error: possibly undefined macro: AM_INIT_AUTOMAKE
> configure.in:27: error: possibly undefined macro: AM_CONFIG_HEADER
> configure.in:29: error: possibly undefined macro: AM_DISABLE_STATIC
> configure.in:30: error: possibly undefined macro: AM_PROG_LIBTOOL
> configure.in:210: error: possibly undefined macro: AC_PATH_QT
> configure.in:427: error: possibly undefined macro: AM_PATH_SDL
> configure.in:570: error: possibly undefined macro: AM_CONDITIONAL
Your system is really broken.

> aclocal (GNU automake) 1.4-p5
> libtoolize (GNU libtool) 1.4
> autoheader (GNU Autoconf) 2.52
> autoconf (GNU Autoconf) 2.52
> automake (GNU automake) 1.4-p5
Almost the same:

aclocal (GNU automake) 1.4-p5
libtoolize (GNU libtool) 1.4b
autoheader (GNU Autoconf) 2.52
autoconf (GNU Autoconf) 2.52
automake (GNU automake) 1.4-p5

-- 
 Arkadiusz Miśkiewicz, AM2-6BONE, 1024/3DB19BBD
 IPv6 ready PLD Linux at http://www.pld.org.pl/
My jsme Borg. Odpor je marný, budete asimilováni

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to