]> err.no Git - util-linux/commitdiff
build-sys: autogen.sh reports versions of autotools now
authorKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:43:31 +0000 (13:43 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:43:31 +0000 (13:43 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
autogen.sh

index 2354461fc2ccc301d6ae2ab9d6a0c6148c551189..bc3950bd71e1468ca87f432a72a83521f990a557 100755 (executable)
@@ -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