]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoreconf.sh (dir): When verbose, say what are the tools you
authorAkim Demaille <akim@epita.fr>
Wed, 19 Jul 2000 09:24:10 +0000 (09:24 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 19 Jul 2000 09:24:10 +0000 (09:24 +0000)
will use.

ChangeLog
autoreconf.in
autoreconf.sh
bin/autoreconf.in

index e1a3be883e8c0347b7c8e41c430358a70d342841..8fdcd3cbac5d0b80dbc910b7098f292f1f022585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-19  Akim Demaille  <akim@epita.fr>
+
+       * autoreconf.sh (dir): When verbose, say what are the tools you
+       will use.
+
 2000-07-19  Akim Demaille  <akim@epita.fr>
 
        Warnings related to obsolete constructs should be properly
index 5f35853058ec37409f816d4a773f0e24424505ba..a60ed475bffec94027be80434ba8a078f2cccb72 100644 (file)
@@ -200,6 +200,18 @@ if test $# -ne 0; then
   exit 1
 fi
 
+# If verbose, say what you are going to use.
+if test $verbose = echo; then
+  $autoconf --version |
+    sed "s,.*)\(.*\)$,$me: using autoconf\1: $autoconf,;1q" >&2
+  $autoheader --version |
+    sed "s,.*)\(.*\)$,$me: using autoheader\1: $autoheader,;1q" >&2
+  $automake --version |
+    sed "s,.*)\(.*\)$,$me: using automake\1: $automake,;1q" >&2
+  $aclocal --version |
+    sed "s,.*)\(.*\)$,$me: using aclocal\1: $aclocal,;1q" >&2
+fi
+
 # Dispatch autoreconf's option to the tools.
 # --localdir
 autoconf="$autoconf -l $localdir"
@@ -224,7 +236,6 @@ if $install; then
   automake="$automake --add-missing `$symlink || echo --copy`"
 fi
 
-
 # Trap on 0 to stop playing with `rm'.
 $debug ||
 {
index 5f35853058ec37409f816d4a773f0e24424505ba..a60ed475bffec94027be80434ba8a078f2cccb72 100644 (file)
@@ -200,6 +200,18 @@ if test $# -ne 0; then
   exit 1
 fi
 
+# If verbose, say what you are going to use.
+if test $verbose = echo; then
+  $autoconf --version |
+    sed "s,.*)\(.*\)$,$me: using autoconf\1: $autoconf,;1q" >&2
+  $autoheader --version |
+    sed "s,.*)\(.*\)$,$me: using autoheader\1: $autoheader,;1q" >&2
+  $automake --version |
+    sed "s,.*)\(.*\)$,$me: using automake\1: $automake,;1q" >&2
+  $aclocal --version |
+    sed "s,.*)\(.*\)$,$me: using aclocal\1: $aclocal,;1q" >&2
+fi
+
 # Dispatch autoreconf's option to the tools.
 # --localdir
 autoconf="$autoconf -l $localdir"
@@ -224,7 +236,6 @@ if $install; then
   automake="$automake --add-missing `$symlink || echo --copy`"
 fi
 
-
 # Trap on 0 to stop playing with `rm'.
 $debug ||
 {
index 5f35853058ec37409f816d4a773f0e24424505ba..a60ed475bffec94027be80434ba8a078f2cccb72 100644 (file)
@@ -200,6 +200,18 @@ if test $# -ne 0; then
   exit 1
 fi
 
+# If verbose, say what you are going to use.
+if test $verbose = echo; then
+  $autoconf --version |
+    sed "s,.*)\(.*\)$,$me: using autoconf\1: $autoconf,;1q" >&2
+  $autoheader --version |
+    sed "s,.*)\(.*\)$,$me: using autoheader\1: $autoheader,;1q" >&2
+  $automake --version |
+    sed "s,.*)\(.*\)$,$me: using automake\1: $automake,;1q" >&2
+  $aclocal --version |
+    sed "s,.*)\(.*\)$,$me: using aclocal\1: $aclocal,;1q" >&2
+fi
+
 # Dispatch autoreconf's option to the tools.
 # --localdir
 autoconf="$autoconf -l $localdir"
@@ -224,7 +236,6 @@ if $install; then
   automake="$automake --add-missing `$symlink || echo --copy`"
 fi
 
-
 # Trap on 0 to stop playing with `rm'.
 $debug ||
 {