summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-08 13:44:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-08 13:44:16 (GMT)
commitee67bf676a2e1d9b12d46f280f4fc410e9f757bf (patch)
tree6189813f94cc56239b0307eed2ae4d264c66903d /macosx/GNUmakefile
parentc2844d65a8f0de2cd3eae65806b50efe2b181e7d (diff)
downloadtcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.zip
tcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.tar.gz
tcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.tar.bz2
configure.in -> configure.ac
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 54eea8e..1d26a7a 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -92,7 +92,7 @@ PROJECT := tcl
PRODUCT_NAME := Tcl
UNIX_DIR := ${CURDIR}/../unix
-VERSION := $(shell awk -F= '/^TCL_VERSION/ {print $$2; nextfile}' ${UNIX_DIR}/configure.in)
+VERSION := $(shell awk -F= '/^TCL_VERSION/ {print $$2; nextfile}' ${UNIX_DIR}/configure.ac)
TCLSH := tclsh${VERSION}
BUILD_TARGET := all tcltest