summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2007-07-25 18:45:01 +0200
committerKarel Zak2007-07-25 18:45:01 +0200
commit1eca726f6526ffe88742d99b0c9edeeec8e8d826 (patch)
treee5cfc511e37a215b0bf532392a8dd8e3e5b8b9a0 /autogen.sh
parentagetty: 8 bit characters on the Linux console lead to input corruption (diff)
downloadkernel-qcow2-util-linux-1eca726f6526ffe88742d99b0c9edeeec8e8d826.tar.gz
kernel-qcow2-util-linux-1eca726f6526ffe88742d99b0c9edeeec8e8d826.tar.xz
kernel-qcow2-util-linux-1eca726f6526ffe88742d99b0c9edeeec8e8d826.zip
build-sys: add ${AC,AP,AM,AH}_OPTS to autogen.sh
With this patch, you can define autotool options when you need to generate build-system. For example: $ AM_OPTS="--copy" ./autogen.sh Signed-off-by: Karel Zak <kzak@redhat.com>
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