[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-91-g331729f
"Eric Blake" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=331729f7a83c2104aab39ae336be124775ea604f
The branch, master has been updated
via 331729f7a83c2104aab39ae336be124775ea604f (commit)
from 8f3729e1a52c2b137a4f3d051dfdd3ef72574aa9 (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 331729f7a83c2104aab39ae336be124775ea604f
Author: Eric Blake <[email protected]>
Date: Thu Jul 23 20:58:12 2009 -0600
Run more tests under Solaris.
* tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
group when passing over syntax checks.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/local.at | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e309b19..19527f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-23 Eric Blake <[email protected]>
+
+ Run more tests under Solaris.
+ * tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
+ group when passing over syntax checks.
+
2009-07-23 Romain Lenglet <[email protected]>
Clean up temporary files generated by Erlang macros.
diff --git a/tests/local.at b/tests/local.at
index 9280e23..ed7e509 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -210,8 +210,8 @@ cp "$abs_top_srcdir/tests/statesave.m4" aclocal.m4
# were running too fast.
m4_define([AT_CHECK_AUTOCONF],
[AT_CHECK_M4([autoconf --force $1], [$2], [$3], [$4])
-if test -s configure; then
- AT_CHECK_SHELL_SYNTAX(configure)
+if test -s configure && test "$ac_cv_sh_n_works" = yes; then
+ AT_CHECK_SHELL_SYNTAX([configure])
fi
])
hooks/post-receive
--
GNU Autoconf source repository