summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 3451b953f..2354461fc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,11 +54,11 @@ test -f mount/mount.c || {
}
set -e
-autopoint --force
-aclocal -I m4
-autoconf
-autoheader
-automake --add-missing
+autopoint --force $AP_OPTS
+aclocal -I m4 $AL_OPTS
+autoconf $AC_OPTS
+autoheader $AH_OPTS
+automake --add-missing $AM_OPTS
cd $THEDIR