summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:10:58 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:10:58 (GMT)
commit1e67bfc0f3dc881c99e9301bf110b412c323e7be (patch)
treee65081b7b3dc5de7a9bcc9b7ace801b6f9118014 /unix/Makefile.in
parent454d54117e4b941dcf36ef15c8b56d7a1df9911d (diff)
downloadblt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.zip
blt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.tar.gz
blt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.tar.bz2
clean up config files
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b2bbae8..7258636 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -9,15 +9,15 @@ datarootdir = @datarootdir@
datadir = @datadir@
mandir = @mandir@
-OS = @OS@
-ARCH = @ARCH@
-TKFLAGS = @TKFLAGS@
-TKIMGFLAGS = @TKIMGFLAGS@
-JOBS = @CORES@
-
-WITHTCL =--with-tcl=$(prefix)/tcl$(TCLVER)/unix
-WITHTK =--with-tk=$(prefix)/tk$(TCLVER)/unix $(WITHTCL)
-CACHE =--config-cache --cache-file=$(prefix)/config.cache
+OS = @OS@
+ARCH = @ARCH@
+TKFLAGS = @TKFLAGS@
+TKIMGFLAGS = @TKIMGFLAGS@
+JOBS = @CORES@
+
+WITHTCL = --with-tcl=$(prefix)/tcl$(TCLVER)/unix
+WITHTK = --with-tk=$(prefix)/tk$(TCLVER)/unix $(WITHTCL)
+CACHE = --config-cache --cache-file=$(prefix)/config.cache
include ./make.include