mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* autoreconf.sh (dir): When verbose, say what are the tools you
will use.
This commit is contained in:
parent
b3f7ddf817
commit
20078ad516
@ -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
|
||||
|
@ -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 ||
|
||||
{
|
||||
|
@ -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 ||
|
||||
{
|
||||
|
@ -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 ||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user