* autoreconf.sh (dir): When verbose, say what are the tools you

will use.
This commit is contained in:
Akim Demaille 2000-07-19 09:24:10 +00:00
parent b3f7ddf817
commit 20078ad516
4 changed files with 41 additions and 3 deletions

View File

@ -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

View 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 ||
{

View 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 ||
{

View 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 ||
{