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.68-19-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-19-g30f435a
Date: Sun, 09 Jan 2011 06:25:29 +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=30f435ac03d9e90ea849e4822fcc5cb04f804ef5

The branch, master has been updated
       via  30f435ac03d9e90ea849e4822fcc5cb04f804ef5 (commit)
       via  71371cf6ae875ea86c3004beed6935fd35849e40 (commit)
      from  b4b41c0c80d714d40c519ad1d019446209d147f7 (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 30f435ac03d9e90ea849e4822fcc5cb04f804ef5
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Jan 8 19:34:32 2011 +0100

    docs: link to 'set -e' shell behavior overview.
    
    * doc/autoconf.texi (Limitations of Builtins): Add link to
    Sven Mascheck's 'set -e' page.  Replace broken Opengroup link.
    Suggestion by Eric Blake.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit 71371cf6ae875ea86c3004beed6935fd35849e40
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Jan 8 17:35:54 2011 +0100

    docs: mention configmake module for defining directories.
    
    * doc/autoconf.texi (Defining Directories): Mention configmake
    gnulib module.
    Suggestion by Karl Berry and Eric Blake.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |   12 ++++++++++++
 doc/autoconf.texi |   14 +++++++++-----
 2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4a271f8..eb9d68e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-09  Ralf Wildenhues  <address@hidden>
+
+       docs: link to 'set -e' shell behavior overview.
+       * doc/autoconf.texi (Limitations of Builtins): Add link to
+       Sven Mascheck's 'set -e' page.  Replace broken Opengroup link.
+       Suggestion by Eric Blake.
+
+       docs: mention configmake module for defining directories.
+       * doc/autoconf.texi (Defining Directories): Mention configmake
+       gnulib module.
+       Suggestion by Karl Berry and Eric Blake.
+
 2011-01-04  Eric Blake  <address@hidden>
 
        doc: improve install.texi texinfo markup
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 1e9fb42..3b7fde6 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -17382,11 +17382,11 @@ set -ex
 @cindex @command{set -e}
 The option @option{-e} has historically been underspecified, with enough
 ambiguities to cause numerous differences across various shell
-implementations.  Perhaps the best reference is
address@hidden://www.opengroup.org/@/austin/@/mailarchives/@/ag-review/@/msg03507.html,
-this link}, recommending a change to Posix 2008 to match @command{ksh88}
-behavior.  Note that mixing @code{set -e} and shell functions is asking
-for surprises:
+implementations; see for example
address@hidden://www.in-ulm.de/@/~mascheck/@/various/@/set-e/, this overview},
+or @uref{http://www.austingroupbugs.net/@/view.php?id=52, this link},
+documenting a change to Posix 2008 to match @command{ksh88} behavior.
+Note that mixing @code{set -e} and shell functions is asking for surprises:
 
 @example
 set -e
@@ -24943,6 +24943,10 @@ myprog-paths.h: Makefile
         echo '#define DATADIR "$(datadir)"' >$@@
 @end example
 
address@hidden
+The gnulib module @samp{configmake} provides such a header with all the
+standard directory variables defined, @pxref{Gnulib}.
+
 @item
 Use @code{AC_DEFINE} but have @command{configure} compute the literal
 value of @code{datadir} and others.  Many people have wrapped macros to


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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