diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 13:45:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 13:45:18 (GMT) |
commit | 57f9c7dae5abc33e7c2bfcf5f19bb487d8178719 (patch) | |
tree | 3230f27e937869feced095c6230f9a810da247e4 /unix/configure.in | |
parent | 8d49123e73e1b0bbbf97cd212e88960772a9e166 (diff) | |
download | tcl-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.in | 2 |
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 |