libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-402-gd5a9df4


From: Brooks Moses
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-402-gd5a9df4
Date: Wed, 09 Oct 2013 21:10:11 +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 Libtool".

The branch, master has been updated
       via  d5a9df4837136fa90e9147778939d5c628bc7213 (commit)
      from  829eec5870edeba220c8acee7c2d7eacf31b172f (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 d5a9df4837136fa90e9147778939d5c628bc7213
Author: Peter Johansson <address@hidden>
Date:   Wed Oct 9 14:08:25 2013 -0700

    libtool: use AS_HELP_STRING in LT_WITH_SYSROOT help message.
    
    This patch fixes so help output is formatted similar with
    other macros using AS_HELP_STRING. Also it outputs '[=DIR]'
    as I suspect intended rather than '=DIR'.

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

Summary of changes:
 m4/libtool.m4 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 195348c..262922b 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1220,8 +1220,9 @@ _LT_DECL([], [ECHO], [1], [An echo program that protects 
backslashes])
 AC_DEFUN([_LT_WITH_SYSROOT],
 [AC_MSG_CHECKING([for sysroot])
 AC_ARG_WITH([sysroot],
-[  --with-sysroot[=DIR] Search for dependent libraries within DIR
-                        (or the compiler's sysroot if not specified).],
+[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
+  [Search for dependent libraries within DIR (or the compiler's sysroot
+   if not specified).])],
 [], [with_sysroot=no])
 
 dnl lt_sysroot will always be passed unquoted.  We quote it here


hooks/post-receive
-- 
GNU Libtool



reply via email to

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