aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh
index d3ca3d2d3..9cacd7671 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -102,23 +102,6 @@ echo "Generating configuration files for $package, please wait...."
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
-# /usr/share/aclocal is most likely included by default, already...
-ac_local_paths='
-/usr/local/share/aclocal
-/sw/share/aclocal
-/usr/pkg/share/aclocal
-/opt/share/aclocal
-/usr/gnu/share/aclocal
-'
-
-for i in $ac_local_paths; do
- if test -d "$i"; then
- ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $i"
- # we probably only want one of these...
- break
- fi
-done
-
rm -rf config.cache build
mkdir build