"David G�mez" <[EMAIL PROTECTED]> writes:

> So whats the problem with avifile ? Any hints?
> 
> autogen.sh:
> 
> [...]
> autoconf: Undefined macros:
> configure.in:210:    AC_PATH_QT
> Now you are ready to run ./configure

Huh? AC_PATH_QT macro _is_ in acinclude.m4 in avifile cvs.

> 
> configure:
> 
> [...]
> checking whether c++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... (cached) c++ -E
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> ./configure: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(avifile,'
> ./configure: ./configure: line 1200: `AM_INIT_AUTOMAKE(avifile, $VERSION,
> no-define)'
Try
libtoolize --copy --force
aclocal (or aclocal -I /usr/local/share/aclocal; depends on where your
m4 macros are installed by default; see aclocal --print-ac-dir)
autoupdate
autoheader
autoconf
automake --add-missing --copy --foreign
./configure ...

> David G�mez


-- 
 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

Reply via email to