Re: [PATCH] build-aux/tcltk.m4: Simplify tclConfig.sh searching
Holger Freyther <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
> On 27 Feb 2017, at 09:19, Lee Duhem <[email protected]> wrote: > > 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. > thank you. applied. Let's how this goes :) holger