On 12/5/06, snowcrash+dev-apr wrote: > hi, > > { a special ping to Joe Orton: > -- "Joe's our redhat - diehard autofoo person" > } > > i'm building apr & apr-util (trunk), + httpd 22x branch head, on OSX > 10.4.8 with, > > gcc --version > powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367) > autoconf --version > autoconf (GNU Autoconf) 2.61 > automake --version > automake (GNU automake) 1.10 > m4 --version > GNU M4 1.4.8 > glibtool --version > ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > > for apr-util, if i, > > glibtoolize -f -c > > before, > > ./buildconf Um, why are you doing that? APR-util doesn't use GNU libtool directly - it uses the GNU libtool from APR (via apr-*-config --link-libtool) . -1 on adding AC_PROG_LIBTOOL to apr-util - it's just not needed. -- justin