help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH] build-aux/tcltk.m4: Simplify tclConfig.sh searc


From: Lee Duhem
Subject: [Help-smalltalk] [PATCH] build-aux/tcltk.m4: Simplify tclConfig.sh searching
Date: Mon, 27 Feb 2017 16:19:52 +0800

Hi,

Even if my building system already has tclConfig.sh, configure script
still cannot find it,
because it is looking at the wrong places.

According to Tcl wiki article [1], the following Tcl code can give the
location of tclConfig.sh
directly:

[::tcl::pkgconfig get libdir,install]

So we can use it to simplify the searching rules in build-aux/tcltk.m4.

Tested on Fedora 25 and Ubuntu 14.04, looks like working on both systems.

Regards,
libin

ChangeLog

+2017-02-27  Lee Duhem  <address@hidden>
+
+ * build-aux/tcltk.m4: Simplify tclConfig.sh searching


[1] http://wiki.tcl.tk/12968

Attachment: 0001-build-aux-tcltk.m4-Simplify-tclConfig.sh-searching.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]