summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-15 08:30:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-15 08:30:39 (GMT)
commit7877a8e2191d4a59aad554b8813a716dd05878bc (patch)
treeebce9d0413eb6d262773180e23dde41ddcd4d92b /macosx/GNUmakefile
parent970271359dd6eaa98def179692955efc9d387970 (diff)
downloadtk-7877a8e2191d4a59aad554b8813a716dd05878bc.zip
tk-7877a8e2191d4a59aad554b8813a716dd05878bc.tar.gz
tk-7877a8e2191d4a59aad554b8813a716dd05878bc.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 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}