summaryrefslogtreecommitdiffstats
path: root/macosx/buildTkConfig.tcl
diff options
context:
space:
mode:
authordas <das>2003-03-21 01:43:58 (GMT)
committerdas <das>2003-03-21 01:43:58 (GMT)
commit35cd800f83d7cf7302bcc77410a50538c94ef6fb (patch)
tree6a9d08e401a15a9cff08c0067e09b1f3a9b2ff04 /macosx/buildTkConfig.tcl
parent8eb6885da045f991fdf042d6cf49f64179e08e99 (diff)
downloadtk-35cd800f83d7cf7302bcc77410a50538c94ef6fb.zip
tk-35cd800f83d7cf7302bcc77410a50538c94ef6fb.tar.gz
tk-35cd800f83d7cf7302bcc77410a50538c94ef6fb.tar.bz2
* macosx/tkMacOSXApplication.r (removed):
* macosx/tkMacOSXLibrary.r (removed): * macosx/tkMacOSXResource.r (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: updated copyrights, cleaned up about box, removed obsolete unused resource files. * macosx/buildTkConfig.tcl: TK_DEFS space fix.
Diffstat (limited to 'macosx/buildTkConfig.tcl')
-rwxr-xr-xmacosx/buildTkConfig.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/buildTkConfig.tcl b/macosx/buildTkConfig.tcl
index 7f1350a..acf9615 100755
--- a/macosx/buildTkConfig.tcl
+++ b/macosx/buildTkConfig.tcl
@@ -3,7 +3,7 @@
# Synthesize tkConfig.sh for Mac OS X based
# on tclConfig.sh and tkConfig.sh.in
#
-# RCS: @(#) $Id: buildTkConfig.tcl,v 1.1 2002/09/26 17:07:33 das Exp $
+# RCS: @(#) $Id: buildTkConfig.tcl,v 1.2 2003/03/21 01:43:58 das Exp $
#
# the next line restarts using tclsh \
exec tclsh8.4 "$0" "$@"
@@ -28,7 +28,7 @@ proc main {tclConfigFile tkConfigFileIn tkConfigFile} {
}
regsub -line -all -- {@[^@]+@} $tkConfig {} tkConfig
regsub -line -all -- {/[^/]+\.build/Tk.build} $tkConfig {} tkConfig
- regsub -line {^(TK_DEFS=')} $tkConfig {\1 -DMAC_OSX_TK} tkConfig
+ regsub -line {^(TK_DEFS=')} $tkConfig {\1 -DMAC_OSX_TK } tkConfig
set out [open $tkConfigFile w]
puts $out $tkConfig