X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=acsite.m4;h=0971bef7dbea8986106068a3c39a96303461e172;hb=3c1106b6f5e0380baf6fbd7aa97367ffe1176274;hp=595339085cf27fc1d9b1c9373ace838bd963a46f;hpb=8d7c92e1a47c24c89b96e384aac6b808e5d4ecde;p=oss%2Ffgis.git 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,[