On Thu, Aug 09, 2001 at 11:17:55PM +0200, Tomasz Luchowski wrote:
> 0:40 zuntum@zunpc:/usr/pkgsrc/graphics/avifile-devel/work.i386/avifile-0.6> grep
>which autogen.sh
> which autoconf2.50 >/dev/null || use_autoconf=autoconf
>
> $ which autoconf2.50 >/dev/null || echo test
> $
>
> I wonder how this works on linux -- I tried it with /bin/bash and it didn't work
>either.
it works this way:
it will first try to detect and use autoconf2.50
it this binary could not be found (which fails) then standard
autoconf is used.
I've thought this would be quite standard
> Generating build information...
> Running libtoolize...
> Running aclocal...
> aclocal: /usr/local/share/aclocal/ORBit.m4: 4: duplicated macro `AM_PATH_ORBIT'
These are things which are brokne on your system
> Running autoheader...
> Running autoconf...
> autoconf: Undefined macros:
> configure.in:243: AC_PATH_QT
but this one is declared in the acinclude.m4 which is part of CVS.
currently I have no idea why it is not processed on your system.
(as it should be with AC_INIT(acinclude.m4)
> cvs update
> automake
> configure
> creating cache ./config.cache
> checking host system type... i386--netbsd
> checking target system type... i386--netbsd
> ./configure: 655: Syntax error: word unexpected (expecting ")")
script will be probably broken as it is not finished.
does the original CVS configure script work for you ?
--
Debian GNU/Linux maintainer - www.debian.{org,cz}
Zdenek Kabelac http://i.am/kabi/ kabi@{i.am, debian.org, fi.muni.cz}
Resistance is futile. You all will be packaged
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile