summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-29 13:45:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-29 13:45:18 (GMT)
commit57f9c7dae5abc33e7c2bfcf5f19bb487d8178719 (patch)
tree3230f27e937869feced095c6230f9a810da247e4 /unix/configure.in
parent8d49123e73e1b0bbbf97cd212e88960772a9e166 (diff)
downloadtcl-57f9c7dae5abc33e7c2bfcf5f19bb487d8178719.zip
tcl-57f9c7dae5abc33e7c2bfcf5f19bb487d8178719.tar.gz
tcl-57f9c7dae5abc33e7c2bfcf5f19bb487d8178719.tar.bz2
Fix 2 warnings when running "autoconf" (2.69 or 2.70)
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 21e47376..641f9bb 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -5,10 +5,10 @@ dnl to configure the system for the local environment.
AC_INIT([tcl],[8.6])
AC_PREREQ([2.59])
+AC_CONFIG_HEADERS([tclConfig.h:../unix/tclConfig.h.in])
dnl This is only used when included from macosx/configure.ac
m4_ifdef([SC_USE_CONFIG_HEADERS], [
- AC_CONFIG_HEADERS([tclConfig.h:../unix/tclConfig.h.in])
AC_CONFIG_COMMANDS_PRE([DEFS="-DHAVE_TCL_CONFIG_H -imacros tclConfig.h"])
AH_TOP([
#ifndef _TCLCONFIG