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.61a-358


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-358-ge93d422
Date: Fri, 08 Feb 2008 15:35:50 +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=e93d422b9e929aa19c8c9148718bff3cdfa7ccaf

The branch, master has been updated
       via  e93d422b9e929aa19c8c9148718bff3cdfa7ccaf (commit)
      from  52a96052723ca134505eb915f0546e3e84ca6444 (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 e93d422b9e929aa19c8c9148718bff3cdfa7ccaf
Author: Eric Blake <address@hidden>
Date:   Fri Feb 8 08:34:52 2008 -0700

    Fix texinfo typos in previous patch.
    
    * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog         |    4 ++++
 doc/autoconf.texi |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a003d47..4ee1cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-02-08  Eric Blake  <address@hidden>
 
+       Fix texinfo typos in previous patch.
+       * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
+       Reported by Ralf Wildenhues.
+
        Describe a config.site that can be used for FHS compliance.
        * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
        for FHS.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b0668a8..07c6699 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -17865,8 +17865,8 @@ file (if @code{CONFIG_SITE} is not set to a different 
file).
 # Change some defaults.
 test "$prefix" = NONE && prefix=/usr/share/local/gnu
 test "$exec_prefix" = NONE && exec_prefix=/usr/local/gnu
-test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var
-test "$localstatedir" = '${prefix}/var' && localstatedir=/var
+test "$sharedstatedir" = 'address@hidden@}/com' && sharedstatedir=/var
+test "$localstatedir" = 'address@hidden@}/var' && localstatedir=/var
 
 # Give Autoconf 2.x generated configure scripts a shared default
 # cache file for feature test results, architecture-specific.
@@ -17891,9 +17891,9 @@ the locations recommended by @acronym{FHS}.
 # /usr/local/config.site for FHS defaults when installing below /usr,
 # and the respective settings were not changed on the command line.
 if test "$prefix" = /usr; then
-  test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
-  test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var
-  test "$localstatedir" = '${prefix}/var' && localstatedir=/var
+  test "$sysconfdir" = 'address@hidden@}/etc' && sysconfdir=/etc
+  test "$sharedstatedir" = 'address@hidden@}/com' && sharedstatedir=/var
+  test "$localstatedir" = 'address@hidden@}/var' && localstatedir=/var
 fi
 @end example
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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