autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.68b-14-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68b-14-g220f8c2
Date: Wed, 07 Mar 2012 17:42:25 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=220f8c240df11dcf0829d86d33e3f354fe87e0ad

The branch, master has been updated
       via  220f8c240df11dcf0829d86d33e3f354fe87e0ad (commit)
      from  16126bc4302f2cb1b4bd06ca7d7da31d2f82156a (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 -----------------------------------------------------------------
commit 220f8c240df11dcf0829d86d33e3f354fe87e0ad
Author: Eric Blake <address@hidden>
Date:   Wed Mar 7 10:40:11 2012 -0700

    tests: ignore ksh -n warnings
    
    Recent ksh is noisy:
    
    $ ksh -nc '``'; echo $?
    ksh: warning: line 1: `...` obsolete, use $(...)
    0
    
    * tests/local.at (AT_CHECK_SHELL_SYNTAX): Ignore noisy ksh on.
    Reported by Martin Zaun.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/local.at |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/local.at b/tests/local.at
index eb01cc0..66027e8 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -47,10 +47,11 @@ AT_CHECK([$at_diff "$1" "$2"])
 # AT_CHECK_SHELL_SYNTAX(PROGRAM)
 # ------------------------------
 # If the shell handles `-n' well, use it to check the syntax of PROGRAM;
-# otherwise, do nothing.
+# otherwise, do nothing.  ksh93 -n also spits outs loads of warnings
+# about older constructs, but we don't care about the warnings.
 m4_define([AT_CHECK_SHELL_SYNTAX],
 [AT_SKIP_IF([test "$ac_cv_sh_n_works" != yes])
-AT_CHECK([/bin/sh -n $1])])
+AT_CHECK([/bin/sh -n $1], [], [], [ignore])])
 
 m4_define([AT_CHECK_PERL_SYNTAX],
 [AT_CHECK([autom4te_perllibdir=$abs_top_srcdir/lib $PERL -c 
"$abs_top_builddir"/bin/$1],


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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