diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 15:33:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 15:33:14 (GMT) |
commit | 3894ab823502a1084f774d6c89c0438cbde2fc81 (patch) | |
tree | 2e8b5510abf42eec36c46d2c16d4a33979e59ea8 /unix/configure.in | |
parent | 2c0ddae6fc7a06c73187201dfb87a3db40a8a959 (diff) | |
parent | d1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f (diff) | |
download | tk-3894ab823502a1084f774d6c89c0438cbde2fc81.zip tk-3894ab823502a1084f774d6c89c0438cbde2fc81.tar.gz tk-3894ab823502a1084f774d6c89c0438cbde2fc81.tar.bz2 |
Merge 8.5. Sync */tcl.m4 with Tcl.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 7954e30..78dd688 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -17,8 +17,9 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ /* Undef unused package specific autoheader defines so that we can * include both tclConfig.h and tkConfig.h at the same time: */ /* override */ #undef PACKAGE_NAME - /* override */ #undef PACKAGE_STRING /* override */ #undef PACKAGE_TARNAME + /* override */ #undef PACKAGE_VERSION + /* override */ #undef PACKAGE_STRING #endif /* _TKCONFIG */]) ]) |