changeset 2175:a578f8ab209e

[gaim-migrate @ 2185] bleh. i wanted this check too committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 18:27:14 +0000
parents faded6b00faf
children fd0b454ad4c5
files autogen.sh
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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;