summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 11:35:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 11:35:15 (GMT)
commit2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf (patch)
tree45b557f94c173d688a169fa5de9752cc8c98f0c2 /win/tcl.m4
parentd1096bcd57ccd523eddcb970a9b0224158a87522 (diff)
downloadtk-2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf.zip
tk-2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf.tar.gz
tk-2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf.tar.bz2
More update necessary for autoconf 2.70. This fixes the determination of intptr_t/uintptr_t
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index ec1442b..bd5d9fe 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -28,9 +28,9 @@ AC_DEFUN([SC_PATH_TCLCONFIG], [
# we reset no_tcl in case something fails here
no_tcl=true
AC_ARG_WITH(tcl,
- AC_HELP_STRING([--with-tcl],
+ AS_HELP_STRING([--with-tcl],
[directory containing tcl configuration (tclConfig.sh)]),
- with_tclconfig="${withval}")
+ [with_tclconfig="${withval}"])
AC_MSG_CHECKING([for Tcl configuration])
AC_CACHE_VAL(ac_cv_c_tclconfig,[
@@ -146,9 +146,9 @@ AC_DEFUN([SC_PATH_TKCONFIG], [
# we reset no_tk in case something fails here
no_tk=true
AC_ARG_WITH(tk,
- AC_HELP_STRING([--with-tk],
+ AS_HELP_STRING([--with-tk],
[directory containing tk configuration (tkConfig.sh)]),
- with_tkconfig="${withval}")
+ [with_tkconfig="${withval}"])
AC_MSG_CHECKING([for Tk configuration])
AC_CACHE_VAL(ac_cv_c_tkconfig,[
@@ -1099,7 +1099,7 @@ AC_DEFUN([SC_TCL_CFG_ENCODING], [
AC_DEFUN([SC_EMBED_MANIFEST], [
AC_MSG_CHECKING(whether to embed manifest)
AC_ARG_ENABLE(embedded-manifest,
- AC_HELP_STRING([--enable-embedded-manifest],
+ AS_HELP_STRING([--enable-embedded-manifest],
[embed manifest if possible (default: yes)]),
[embed_ok=$enableval], [embed_ok=yes])