diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-15 08:30:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-15 08:30:39 (GMT) |
commit | 7877a8e2191d4a59aad554b8813a716dd05878bc (patch) | |
tree | ebce9d0413eb6d262773180e23dde41ddcd4d92b /macosx/GNUmakefile | |
parent | 970271359dd6eaa98def179692955efc9d387970 (diff) | |
download | tk-7877a8e2191d4a59aad554b8813a716dd05878bc.zip tk-7877a8e2191d4a59aad554b8813a716dd05878bc.tar.gz tk-7877a8e2191d4a59aad554b8813a716dd05878bc.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 d0bab1a..57d0206 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -102,7 +102,7 @@ PROJECT := tk PRODUCT_NAME := Tk UNIX_DIR := ${CURDIR}/../unix -VERSION := $(shell awk -F= '/^TK_VERSION/ {print $$2; nextfile}' ${UNIX_DIR}/configure.in) +VERSION := $(shell awk -F= '/^TK_VERSION/ {print $$2; nextfile}' ${UNIX_DIR}/configure.ac) TCL_VERSION := ${VERSION} wish := wish WISH = wish${VERSION} |