From: Jean-Marc Lasgouttes Date: Sun, 12 Aug 2007 18:31:25 +0000 (+0000) Subject: small tweak of configure help messages X-Git-Tag: 1.6.10~8937 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=121b80a227a83d5033aba2c2cddd58d2b9b8be85;p=lyx.git small tweak of configure help messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19466 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 4b41bce023..8916717c5e 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -408,7 +408,7 @@ dnl Usage: LYX_USE_INCLUDED_BOOST : select if the included boost should dnl be used. AC_DEFUN([LYX_USE_INCLUDED_BOOST],[ AC_ARG_WITH(included-boost, - [ --with-included-boost use the boost lib supplied with LyX], + [ --without-included-boost do not use the boost lib supplied with LyX], [lyx_cv_with_included_boost=$withval AC_MSG_RESULT([$with_included_boost])], [lyx_cv_with_included_boost=yes]) @@ -468,7 +468,7 @@ dnl [default-yes-value]) dnl Adds a --with-'dir-name' option (described by 'desc') and puts the dnl resulting directory name in 'dir-var-name'. AC_DEFUN([LYX_WITH_DIR],[ - AC_ARG_WITH($1,[ --with-$1 specify $2]) + AC_ARG_WITH($1,[AC_HELP_STRING([--with-$1],[specify $2])]) AC_MSG_CHECKING([for $2]) if test -z "$with_$3"; then AC_CACHE_VAL(lyx_cv_$3, lyx_cv_$3=$4)