diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
commit | 7f848a3e85d288409cc73c957717a2a9f83ea47a (patch) | |
tree | 6189813f94cc56239b0307eed2ae4d264c66903d /macosx/GNUmakefile | |
parent | 44c8b6c3e8a3570b24b2daca27b2f74f68e3ebd2 (diff) | |
download | tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.zip tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.gz tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.bz2 |
configure.in -> configure.ac
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r-- | macosx/GNUmakefile | 2 |
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 |