]> granicus.if.org Git - libexpat/commitdiff
configure.ac: Streamline mention of defaults in --help output a bit
authorSebastian Pipping <sebastian@pipping.org>
Sun, 21 Oct 2018 12:52:11 +0000 (14:52 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 21 Oct 2018 12:52:11 +0000 (14:52 +0200)
expat/configure.ac

index acc8eb519fb6b26339edee34f454c501f3781acc..e5b11562176273a1d20b84dd951091b3d184c148 100644 (file)
@@ -123,11 +123,11 @@ AC_ARG_WITH([xmlwf],
 AM_CONDITIONAL([WITH_XMLWF], [test x${with_xmlwf} = xyes])
 
 AC_ARG_WITH([examples], [
-AS_HELP_STRING([--without-examples], [do not build examples, default build examples])], [], [with_examples=yes])
+AS_HELP_STRING([--without-examples], [do not build examples @<:@default=included@:>@])], [], [with_examples=yes])
 AM_CONDITIONAL([WITH_EXAMPLES], [test x${with_examples} = xyes])
 
 AC_ARG_WITH([tests], [
-AS_HELP_STRING([--without-tests], [do not build tests, default build tests])], [], [with_tests=yes])
+AS_HELP_STRING([--without-tests], [do not build tests @<:@default=included@:>@])], [], [with_tests=yes])
 AM_CONDITIONAL([WITH_TESTS], [test x${with_tests} = xyes])
 
 AM_CONDITIONAL([MINGW], [echo -- "${host}" | ${FGREP} mingw >/dev/null])