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.65-58-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-58-gf2298cc
Date: Wed, 21 Apr 2010 14:04:43 +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=f2298ccb8f5f97b6b2af164b5f8ef40a52f98918

The branch, master has been updated
       via  f2298ccb8f5f97b6b2af164b5f8ef40a52f98918 (commit)
      from  456953a61b7d0b0c60e4487d9b625e66288db928 (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 f2298ccb8f5f97b6b2af164b5f8ef40a52f98918
Author: Mike Frysinger <address@hidden>
Date:   Wed Apr 21 05:20:45 2010 -0400

    manual: fix minor typo in AC_CONFIG_SUBDIRS example
    
    Signed-off-by: Mike Frysinger <address@hidden>

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

Summary of changes:
 doc/autoconf.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 2dfd20f..90bd327 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -3616,7 +3616,7 @@ be a literal, i.e., please do not use:
 
 @example
 if test "x$package_foo_enabled" = xyes; then
-  $my_subdirs="$my_subdirs foo"
+  my_subdirs="$my_subdirs foo"
 fi
 AC_CONFIG_SUBDIRS([$my_subdirs])
 @end example


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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