I just checked out and did ./mk.sh, which resulted in:
libtoolize: `configure.in' does not exist
Try `libtoolize --help' for more information.
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
lib/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined
lib/Makefile.am:26:
lib/Makefile.am:26: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/Makefile.am:26: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/Makefile.am: installing `./depcomp'
configure.ac:24: error: possibly undefined macro: AC_DISABLE_SHARED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:25: error: possibly undefined macro: AC_PROG_LIBTOOL
Then ./configure died at:
checking whether to build support for the MIT-SHM extension... yes checking for XShmPutImage in -lXext... yes checking for X11/extensions/XShm.h... yes checking whether to build support for Xft... yes ./configure.lineno: 5674: Syntax error: word unexpected (expecting ")")
I can't get around this at all. I've tried defining AC_PROG_LIBTOOL in configure.ac then running aclocal and autoconf and trying again to no avail.
I've more or less tried everything I can think of. This is on a FreeBSD 4.9-RELEASE box, with libtool 1.5.6 (and libtool 1.3.5), automake 1.8.5, autoconf 2.59 and pkgconfig 0.15.0.
Any ideas guys?
-- Matt
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
