summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 15:33:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 15:33:14 (GMT)
commit3894ab823502a1084f774d6c89c0438cbde2fc81 (patch)
tree2e8b5510abf42eec36c46d2c16d4a33979e59ea8 /unix/configure.in
parent2c0ddae6fc7a06c73187201dfb87a3db40a8a959 (diff)
parentd1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f (diff)
downloadtk-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.in3
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 */])
])