From d6ff024982625586ff6878fe7872f918d0699b1a Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 29 Aug 2010 09:00:53 +0200 Subject: [PATCH] Silence order-only configure test for AIX make. * configure.ac: Also drop standard output, for AIX 5.1 make. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c27f040b1..a23a3bff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-29 Ralf Wildenhues + + Silence order-only configure test for AIX make. + * configure.ac: Also drop standard output, for AIX 5.1 make. + 2010-08-27 Ralf Wildenhues * NEWS: Only bootstrapping needs new Automake and Autoconf. diff --git a/configure.ac b/configure.ac index 609051c69..3cf2b470d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.5