]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Document current beta-quality status.
authorEric Blake <ebb9@byu.net>
Wed, 29 Oct 2008 15:27:11 +0000 (09:27 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 29 Oct 2008 15:30:23 +0000 (09:30 -0600)
* 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 <ebb9@byu.net>
BUGS
ChangeLog
configure.ac
lib/m4sugar/m4sh.m4

diff --git a/BUGS b/BUGS
index 2f296892b0c13f4f44f66cef5ee7b1162399ad5c..b2ca081f60da51f772f42e2fefe96383000498a8 100644 (file)
--- 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.
index b115e0a4741444ac924941e1264d5b11bc3e71af..c59bb9472a0c703a196c039ad4a65ac1fae54fdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-29  Eric Blake  <ebb9@byu.net>
+
+       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  <ebb9@byu.net>
 
        Alter signature of AS_INIT_GENERATED.
index d4f19083f20deb19a0dcfc36cbabf1efd44c5bf7..a5fcad0ac9e3a5cecffa61e37ec0589f7ddc8a05 100644 (file)
@@ -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 <autoconf@gnu.org>.
 
 Below you will find information on the status of this version of Autoconf.
 
-
 EOF
     sed -n '/^\* Status/,$p' $srcdir/BUGS
+echo
 ])dnl
index 187920c17a8029185be2024a38b5c3ecd7b1c031..a9b6aec0f62d092d196263b33dedb630ca0189de 100644 (file)
@@ -236,11 +236,16 @@ dnl Remove any tests from suggested that are also required
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$[@]"}])
 
+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