]> www.wagner.pp.ru Git - oss/fgis.git/commitdiff
Fixes in descriptions
authordron <dron>
Mon, 13 Jan 2003 13:46:57 +0000 (13:46 +0000)
committerdron <dron>
Mon, 13 Jan 2003 13:46:57 +0000 (13:46 +0000)
acsite.m4

index 595339085cf27fc1d9b1c9373ace838bd963a46f..0971bef7dbea8986106068a3c39a96303461e172 100644 (file)
--- 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,[