summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2007-09-02 13:43:31 +0200
committerKarel Zak2007-09-02 13:43:31 +0200
commit952a06cfa86cfe8aae8999ed0534c25a1bbc9e13 (patch)
treee2f0ce450d4e80cd71d724301f67d876ab4dc659 /autogen.sh
parentbuild-sys: set AC_PREREQ to 2.60, increment version to 2.14 (diff)
downloadkernel-qcow2-util-linux-952a06cfa86cfe8aae8999ed0534c25a1bbc9e13.tar.gz
kernel-qcow2-util-linux-952a06cfa86cfe8aae8999ed0534c25a1bbc9e13.tar.xz
kernel-qcow2-util-linux-952a06cfa86cfe8aae8999ed0534c25a1bbc9e13.zip
build-sys: autogen.sh reports versions of autotools now
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2354461fc..bc3950bd7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -53,6 +53,15 @@ test -f mount/mount.c || {
exit 1
}
+echo
+echo "Generate build-system by:"
+echo " autopoint: $(autopoint --version | head -1)"
+echo " aclocal: $(aclocal --version | head -1)"
+echo " autoconf: $(autoconf --version | head -1)"
+echo " autoheader: $(autoheader --version | head -1)"
+echo " automake: $(automake --version | head -1)"
+echo
+
set -e
autopoint --force $AP_OPTS
aclocal -I m4 $AL_OPTS
@@ -62,8 +71,8 @@ automake --add-missing $AM_OPTS
cd $THEDIR
-echo
+echo
echo "Now type '$srcdir/configure' and 'make' to compile."
-echo
+echo