diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 15:45:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 15:45:01 (GMT) |
commit | 58625c6ba9cf9c05e354858011bc450c6a126f04 (patch) | |
tree | 414f4977ad9908ec96f6fa4e0b76c5735e080f67 /unix | |
parent | 57f9c7dae5abc33e7c2bfcf5f19bb487d8178719 (diff) | |
download | tcl-58625c6ba9cf9c05e354858011bc450c6a126f04.zip tcl-58625c6ba9cf9c05e354858011bc450c6a126f04.tar.gz tcl-58625c6ba9cf9c05e354858011bc450c6a126f04.tar.bz2 |
Undo previous change to unix/configure.in
Diffstat (limited to 'unix')
-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 641f9bb..21e47376 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 |