File: grid-packaging-tools-helpstring.patch

package info (click to toggle)
grid-packaging-tools 3.2globus2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,816 kB
  • ctags: 1,621
  • sloc: perl: 19,536; sh: 3,047; makefile: 320; exp: 89
file content (12 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur gpt.orig/packaging_tools/etc/gpt_autoconf_macros.m4 gpt/packaging_tools/etc/gpt_autoconf_macros.m4
--- 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