Silence order-only configure test for AIX make.

* configure.ac: Also drop standard output, for AIX 5.1 make.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-08-29 09:00:53 +02:00
parent 28a1942e24
commit d6ff024982
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Silence order-only configure test for AIX make.
* configure.ac: Also drop standard output, for AIX 5.1 make.
2010-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* NEWS: Only bootstrapping needs new Automake and Autoconf.

View File

@ -209,7 +209,7 @@ a b c:
touch $[]@
END
touch c
if ${MAKE-make} -s -q -f confmk 2>/dev/null; then
if ${MAKE-make} -s -q -f confmk >/dev/null 2>&1; then
lt_cv_make_order_only=yes
else
lt_cv_make_order_only=no