.On Sun, Mar 6, 2011 at 11:20 AM, Andy Furniss <andy...@ukfsn.org> wrote: > Marek Olšák wrote: >> >> Hi, >> >> libtxc_dxtn has got new bug fixes in my private branch recently (e.g. Bug >> 24016 was fixed and some piglit tests too) and I thought it would be >> useful >> to make an announcement. >> >> I have tagged libtxc_dxtn 1.0.0 in my repository and it can be obtained >> via >> git from here: >> >> http://cgit.freedesktop.org/~mareko/libtxc_dxtn/ > > OK so I nay need to update something - but I don't usually have problems > with autogen and mesa/xorg. > > bash-3.2$ ./autogen.sh --prefix=/usr > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal > /usr/share/aclocal/xmms.m4:17: warning: underquoted definition of > XMMS_TEST_VERSION > /usr/share/aclocal/xmms.m4:17: run info '(automake)Extending aclocal' > /usr/share/aclocal/xmms.m4:17: or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > autoreconf: configure.ac: tracing > autoreconf: configure.ac: not using Libtool > autoreconf: running: /usr/bin/autoconf > autoreconf: configure.ac: not using Autoheader > autoreconf: running: automake --add-missing --copy --no-force > Makefile.am:1: Libtool library used but `LIBTOOL' is undefined > Makefile.am:1: The usual way to define `LIBTOOL' is to add > `AC_PROG_LIBTOOL' > Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again. > Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure > Makefile.am:1: its definition is in aclocal's search path. > autoreconf: automake failed with exit status: 1 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > ./configure: line 3071: syntax error near unexpected token `disable-static' > ./configure: line 3071: `LT_INIT(disable-static)'
You have a libtool older than 2.2. You can replace this with AC_PROG_LIBTOOL AC_DISABLE_STATIC Sooner or later enough distros will be on libtool-2.2+, but it's probably still too early for that. -- Dan _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev