diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 14:24:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 14:24:00 (GMT) |
commit | edb8fe7c9b57821a78ccb20165e7322cc7e0a171 (patch) | |
tree | f8ec7af14371385b8dac53faecb262c89d7a4408 /unix/tclConfig.h.in | |
parent | cc3b85771e2a2752fb8b1f5fee2c7b3bd4bdd453 (diff) | |
download | tcl-edb8fe7c9b57821a78ccb20165e7322cc7e0a171.zip tcl-edb8fe7c9b57821a78ccb20165e7322cc7e0a171.tar.gz tcl-edb8fe7c9b57821a78ccb20165e7322cc7e0a171.tar.bz2 |
#undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary have the same version.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 80c26f1..e9c66d2 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -508,6 +508,7 @@ /* 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 /* _TCLCONFIG */ |