From 4a3c19da7ee56a1fd7f839cb334368aeb4c3a14e Mon Sep 17 00:00:00 2001 From: Eugeniy Meshcheryakov Date: Fri, 7 Aug 2009 16:31:36 +0200 Subject: Do not use plain [] in help string in configure.ac This confuses Debian's automake. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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$]) -- cgit