small tweak of configure help messages (2)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19465 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-12 18:30:52 +00:00
parent 8da2e6464b
commit 5490330431

View File

@ -411,7 +411,7 @@ dnl Usage: LYX_USE_INCLUDED_BOOST : select if the included boost should
dnl be used. dnl be used.
AC_DEFUN([LYX_USE_INCLUDED_BOOST],[ AC_DEFUN([LYX_USE_INCLUDED_BOOST],[
AC_ARG_WITH(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 [lyx_cv_with_included_boost=$withval
AC_MSG_RESULT([$with_included_boost])], AC_MSG_RESULT([$with_included_boost])],
[lyx_cv_with_included_boost=yes]) [lyx_cv_with_included_boost=yes])
@ -471,7 +471,7 @@ dnl [default-yes-value])
dnl Adds a --with-'dir-name' option (described by 'desc') and puts the dnl Adds a --with-'dir-name' option (described by 'desc') and puts the
dnl resulting directory name in 'dir-var-name'. dnl resulting directory name in 'dir-var-name'.
AC_DEFUN([LYX_WITH_DIR],[ 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]) AC_MSG_CHECKING([for $2])
if test -z "$with_$3"; then if test -z "$with_$3"; then
AC_CACHE_VAL(lyx_cv_$3, lyx_cv_$3=$4) AC_CACHE_VAL(lyx_cv_$3, lyx_cv_$3=$4)