Alan DeKok wrote: [cut]
I'm totally amazed that autoconf is such magic that it can completely break something simple...
this seems to solve all your problems. After apply it you have to launch autoconf.
(tested on freeradius-snapshot-20030709 )
Regards, Christian
--- freeradius-snapshot-20030709/configure.in.chris Wed Jul 9 22:29:44 2003 +++ freeradius-snapshot-20030709/configure.in Wed Jul 9 22:21:42 2003 @@ -764,7 +764,7 @@ dnl # dnl # Figure out where libtool is located, dnl # -top_builddir=`pwd` +export top_builddir=`pwd` AC_MSG_RESULT([top_builddir=$top_builddir]) AC_SUBST(top_builddir) AC_SUBST(LIBLTDL)
