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.63-132-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-132-gc0af9c5
Date: Wed, 29 Oct 2008 15:38:09 +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=c0af9c5e4e5b677ac04d7d42fe8e4b265ce19b76

The branch, master has been updated
       via  c0af9c5e4e5b677ac04d7d42fe8e4b265ce19b76 (commit)
      from  7abb73425a0fc9dbe5787b991be21969c6722deb (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 c0af9c5e4e5b677ac04d7d42fe8e4b265ce19b76
Author: Eric Blake <address@hidden>
Date:   Wed Oct 29 09:27:11 2008 -0600

    Document current beta-quality status.
    
    * configure.ac: Reflect fact that change to git-version-gen
    produces -, but not always a letter, on non-release builds.
    * BUGS: Mention known issues.
    * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
    debugging platforms with deficient shells.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 BUGS                |   14 ++++++++++----
 ChangeLog           |    9 +++++++++
 configure.ac        |    4 ++--
 lib/m4sugar/m4sh.m4 |   13 +++++++++----
 4 files changed, 30 insertions(+), 10 deletions(-)

diff --git a/BUGS b/BUGS
index 2f29689..b2ca081 100644
--- a/BUGS
+++ b/BUGS
@@ -24,8 +24,14 @@ and use with caution an Autoconf with ``Important bugs''.
 
 * Status
 
-                    /*--------------------------.
-                    | Sane for full scale use.  |
-                    `--------------------------*/
+                 /*------------------------------------.
+                 | New features need further testing.  |
+                 `------------------------------------*/
 
-* No known serious or important bugs.
+* Now that configure depends on shell functions, it is possible that
+  configure scripts may fail to run on old platforms that lack a shell
+  with proper function support.
+
+* Cygwin has known problems with named fifos that cause failures when
+  attempting parallel tests in an autotest suite.  It is possible that
+  other platforms also have difficulty with parallel testing.
diff --git a/ChangeLog b/ChangeLog
index b115e0a..c59bb94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-10-29  Eric Blake  <address@hidden>
 
+       Document current beta-quality status.
+       * configure.ac: Reflect fact that change to git-version-gen
+       produces -, but not always a letter, on non-release builds.
+       * BUGS: Mention known issues.
+       * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
+       debugging platforms with deficient shells.
+
+2008-10-29  Eric Blake  <address@hidden>
+
        Alter signature of AS_INIT_GENERATED.
        * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): Add parameters, and
        manage here-doc and chmod in place.  This also allows future
diff --git a/configure.ac b/configure.ac
index d4f1908..a5fcad0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,7 @@ AC_CONFIG_FILES([Makefile doc/Makefile
 
 AC_OUTPUT
 # Report the state of this version of Autoconf if this is a beta.
-m4_bmatch(m4_defn([AC_PACKAGE_VERSION]),  [[a-z]],
+m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-a-z]],
 [    cat <<EOF
 
 You are about to use an experimental version of Autoconf.  Be sure to
@@ -187,7 +187,7 @@ read the relevant mailing lists, most importantly 
<address@hidden>.
 
 Below you will find information on the status of this version of Autoconf.
 
-
 EOF
     sed -n '/^\* Status/,$p' $srcdir/BUGS
+echo
 ])dnl
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 187920c..a9b6aec 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -236,11 +236,16 @@ dnl Remove any tests from suggested that are also required
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$as_myself" ${1+"address@hidden"}])
 
+dnl Unfortunately, $as_me isn't available here.
     AS_IF([test x$as_have_required = xno],
-      [echo This script requires a shell more modern than all the
-      echo shells that I found on your system.  Please install a
-      echo modern shell, or manually run the script under such a
-      echo shell if you do have one.
+      [AS_ECHO("m4_text_wrap([This script requires a shell more modern than
+all the shells that I found on your system.  Please tell]
+m4_defn([m4_PACKAGE_BUGREPORT])
+m4_ifset([AC_PACKAGE_BUGREPORT], [m4_if(m4_defn([m4_PACKAGE_BUGREPORT]),
+m4_defn([AC_PACKAGE_BUGREPORT]), [], [ and m4_defn([AC_PACKAGE_BUGREPORT])])])
+[about your system, including any error possibly output before this message.
+Then install a modern shell, or manually run the script under such a
+shell if you do have one.], [$[]0: ], [], [62])")
       AS_EXIT(1)])])
 fi
 _m4_popdef([AS_EXIT])])# _AS_DETECT_BETTER_SHELL


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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