summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEugeniy Meshcheryakov <eugen@debian.org>2009-08-07 16:31:36 +0200
committerEugeniy Meshcheryakov <eugen@debian.org>2009-08-07 16:31:36 +0200
commit4a3c19da7ee56a1fd7f839cb334368aeb4c3a14e (patch)
tree32546ff7b5fe74c9cde6b9c29a4f5c26c06601b6 /configure.ac
parent1eed9afca1a408fb35e39b9e935011b7b8d3c7ba (diff)
downloadsystemtap-steved-4a3c19da7ee56a1fd7f839cb334368aeb4c3a14e.tar.gz
systemtap-steved-4a3c19da7ee56a1fd7f839cb334368aeb4c3a14e.tar.xz
systemtap-steved-4a3c19da7ee56a1fd7f839cb334368aeb4c3a14e.zip
Do not use plain [] in help string in configure.ac
This confuses Debian's automake.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1867ac33..cd1b01b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -298,7 +298,7 @@ AM_CONDITIONAL([BUILD_GRAPHER], [test "x${have_gtkmm}" == "xyes" -a x"$enable_gr
AC_ARG_WITH([rpm],
[AS_HELP_STRING([--with-rpm],
- [query rpm database for missing debuginfos [yes/no, def. auto=librpm.so]])], [], [with_rpm="auto"])
+ [query rpm database for missing debuginfos @<:@yes/no, def. auto=librpm.so@:>@])], [], [with_rpm="auto"])
m4_pattern_allow([^AC_MSG_ERROR$])
m4_pattern_allow([^AC_MSG_WARN$])