# HG changeset patch # User Eric Warmenhoven # Date 998936834 0 # Node ID a578f8ab209e567e26b6a998e19f28186615c486 # Parent faded6b00faf587690ace0ba123d4d7d4614bc60 [gaim-migrate @ 2185] bleh. i wanted this check too committer: Tailor Script diff -r faded6b00faf -r a578f8ab209e autogen.sh --- a/autogen.sh Mon Aug 27 18:17:46 2001 +0000 +++ b/autogen.sh Mon Aug 27 18:27:14 2001 +0000 @@ -41,12 +41,6 @@ echo "Running libtoolize, please ignore non-fatal messages...." echo n | libtoolize --copy --force; -# we do this because autoconf defaults to installing to /usr/local -# and aclocal defaults to only looking in /usr/share/aclocal -if test -d /usr/local/share/aclocal ; then - export ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal" -fi - aclocal -I m4 $ACLOCAL_FLAGS; autoheader; automake --add-missing --copy;