From: dron Date: Mon, 13 Jan 2003 13:46:57 +0000 (+0000) Subject: Fixes in descriptions X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=commitdiff_plain;h=3c1106b6f5e0380baf6fbd7aa97367ffe1176274 Fixes in descriptions --- diff --git a/acsite.m4 b/acsite.m4 index 5953390..0971bef 100644 --- a/acsite.m4 +++ b/acsite.m4 @@ -74,7 +74,7 @@ AC_DEFUN(CY_AC_PATH_TCLH, [ # no_tcl=true AC_MSG_CHECKING(for Tcl private headers) -AC_ARG_WITH(tclinclude, [ --with-tclinclude=DIR directory where tcl private headers are], with_tclinclude=${withval}) +AC_ARG_WITH(tclinclude, [ --with-tclinclude[=DIR] directory where tcl private headers are], with_tclinclude=${withval}) AC_CACHE_VAL(ac_cv_c_tclh,[ # first check to see if --with-tclinclude was specified if test x"${with_tclinclude}" != x ; then @@ -189,7 +189,7 @@ AC_DEFUN(CY_AC_PATH_TCLCONFIG, [ if test x"${no_tcl}" = x ; then # we reset no_tcl in case something fails here no_tcl=true - AC_ARG_WITH(tcl, [ --with-tcl directory containing tcl configuration (tclConfig.sh)], + AC_ARG_WITH(tcl, [ --with-tcl[=DIR] directory containing tcl configuration (tclConfig.sh)], with_tclconfig=${withval}) AC_MSG_CHECKING([for Tcl configuration]) AC_CACHE_VAL(ac_cv_c_tclconfig,[ @@ -368,7 +368,7 @@ AC_DEFUN(CY_AC_PATH_TKH, [ # #no_tk=true AC_MSG_CHECKING(for Tk private headers) -AC_ARG_WITH(tkinclude, [ --with-tkinclude directory where tk private headers are], with_tkinclude=${withval}) +AC_ARG_WITH(tkinclude, [ --with-tkinclude[=DIR] directory where tk private headers are], with_tkinclude=${withval}) AC_CACHE_VAL(ac_cv_c_tkh,[ # first check to see if --with-tkinclude was specified if test x"${with_tkinclude}" != x ; then @@ -474,7 +474,7 @@ AC_DEFUN(CY_AC_PATH_TKCONFIG, [ if test x"${no_tk}" = x ; then # we reset no_tk in case something fails here no_tk=true - AC_ARG_WITH(tk, [ --with-tk directory containing tk configuration (tkConfig.sh)], + AC_ARG_WITH(tk, [ --with-tk[=DIR] directory containing tk configuration (tkConfig.sh)], with_tkconfig=${withval}) AC_MSG_CHECKING([for Tk configuration]) AC_CACHE_VAL(ac_cv_c_tkconfig,[