libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, parallel-tests, updated. v2.2.10-95-gd6ff024


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, parallel-tests, updated. v2.2.10-95-gd6ff024
Date: Sun, 29 Aug 2010 07:13:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, parallel-tests has been updated
       via  d6ff024982625586ff6878fe7872f918d0699b1a (commit)
      from  28a1942e246d2993b652e4c0adc69e0b0e2b1c95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c27f040..a23a3bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-29  Ralf Wildenhues  <address@hidden>
+
+       Silence order-only configure test for AIX make.
+       * configure.ac: Also drop standard output, for AIX 5.1 make.
+
 2010-08-27  Ralf Wildenhues  <address@hidden>
 
        * NEWS: Only bootstrapping needs new Automake and Autoconf.
diff --git a/configure.ac b/configure.ac
index 609051c..3cf2b47 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


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]