This is an automated email from the ASF dual-hosted git repository.
mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push:
new 3ab993c restoring top_srcdir variable in TEA_INSTALL
3ab993c is described below
commit 3ab993cac202ddcd985d17fd859e394e9b1c76e3
Author: Massimo Manghi <[email protected]>
AuthorDate: Sun Jan 4 18:53:59 2026 +0100
restoring top_srcdir variable in TEA_INSTALL
---
tclconfig/tcl.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4
index 1b7fb44..d6b50aa 100644
--- a/tclconfig/tcl.m4
+++ b/tclconfig/tcl.m4
@@ -4027,7 +4027,7 @@ AC_DEFUN([TEA_EXPORT_CONFIG], [
#------------------------------------------------------------------------
AC_DEFUN([TEA_INSTALLER], [
- INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c'
+ INSTALL='$(SHELL) $(top_srcdir)/tclconfig/install-sh -c'
INSTALL_DATA_DIR='${INSTALL} -d -m 755'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} -m 755'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]