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)
commit6c534182fd22240a95933a12751a111f41f4a87c (patch)
treeebce9d0413eb6d262773180e23dde41ddcd4d92b /macosx/GNUmakefile
parent6669e94c070680392a0e8c77203e45084d9c09d0 (diff)
downloadtk-6c534182fd22240a95933a12751a111f41f4a87c.zip
tk-6c534182fd22240a95933a12751a111f41f4a87c.tar.gz
tk-6c534182fd22240a95933a12751a111f41f4a87c.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}