Bug 6438 - Use AC_HELP_STRING
: Use AC_HELP_STRING
Status: RESOLVED FIXED
: Installation
Install
: 4.2.0
: All All
: P3 enhancement
: ---
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-10-08 11:18 by
Modified: 2008-10-08 12:28 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-10-08 11:18:23
This is a really tiny thing, but all bugs should be submitted upstream.

The ./configure --help on gpt generated configure files looks a bit bad since
some m4 macros don't use AC_HELP_STRING to create their help strings. One of
these macros are in the gpt sources. here is a fix:

--- gpt.orig/packaging_tools/etc/gpt_autoconf_macros.m4 2006-01-11
17:10:11.000000000 +0100
+++ gpt/packaging_tools/etc/gpt_autoconf_macros.m4      2008-10-05
18:41:41.000000000 +0200
@@ -27,7 +27,7 @@
        GPT_LINKTYPE="shared"
        # We have to figure out if we're linking only static before
build_config
        AC_ARG_ENABLE(static-only,
-       [ --enable-static-only     Don't do any dynamic linking],
+       AC_HELP_STRING([--enable-static-only], [Don't do any dynamic linking]),

        [
        case $enableval in

(Yes, I know I am being a bit silly.)
------- Comment #1 From 2008-10-08 12:28:03 -------
Fix committed to HEAD and globus_4_2_branch.