diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 13:25:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 13:25:57 (GMT) |
commit | 046c20ac7cfa310c1e49f68a8ebea105b4a2c049 (patch) | |
tree | 231f16f0019e369eadcedf9ceaf32f7a43875cf7 /unix/configure.in | |
parent | 4783238ac6511cd583bfa3a260ac34a2efc6c2ea (diff) | |
download | tk-046c20ac7cfa310c1e49f68a8ebea105b4a2c049.zip tk-046c20ac7cfa310c1e49f68a8ebea105b4a2c049.tar.gz tk-046c20ac7cfa310c1e49f68a8ebea105b4a2c049.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 78dd688..5945268 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -6,9 +6,9 @@ dnl to configure the system for the local environment. AC_INIT([tk],[8.6]) AC_PREREQ(2.59) +AC_CONFIG_HEADERS([tkConfig.h:../unix/tkConfig.h.in]) dnl This is only used when included from macosx/configure.ac m4_ifdef([SC_USE_CONFIG_HEADERS], [ - AC_CONFIG_HEADERS([tkConfig.h:../unix/tkConfig.h.in]) AC_CONFIG_COMMANDS_PRE([DEFS="-DHAVE_TK_CONFIG_H -imacros tkConfig.h"]) AH_TOP([ #ifndef _TKCONFIG |