summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-04-01 08:24:40 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-04-01 08:24:40 (GMT)
commitd76f4ec182997e5b0f7281cc1e0ed418032cb11b (patch)
treed967d3f7397ffd7b3e773768c782541a5dc11c76 /unix/Makefile.in
parent9c0a8eeb010141f3b23d0ed4041654431970e550 (diff)
downloadtk-d76f4ec182997e5b0f7281cc1e0ed418032cb11b.zip
tk-d76f4ec182997e5b0f7281cc1e0ed418032cb11b.tar.gz
tk-d76f4ec182997e5b0f7281cc1e0ed418032cb11b.tar.bz2
Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools token @TK_LIBS@ in pkgconfig file
FossilOrigin-Name: dad7e444666c18c7743dd80b201065b051d00532
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 30ba378..1fde28d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -731,6 +731,9 @@ install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}
@INSTALL_STUB_LIB@ ; \
fi
@EXTRA_INSTALL_BINARIES@
+ @echo "Installing pkg-config file to $(LIB_INSTALL_DIR)/pkgconfig/"
+ @$(INSTALL_DATA_DIR) $(LIB_INSTALL_DIR)/pkgconfig
+ @$(INSTALL_DATA) tk.pc $(LIB_INSTALL_DIR)/pkgconfig/tk.pc
install-libraries: libraries
@for i in "$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)/images" \