Lamar Owen <lamar.owen@wgcr.org> writes:
> [I've been working with Jef Peeraer on building the RPM's on SuSE Linux,
> and ran across what I think is an autoconf issue. The configure script
> complained that it couldn't find the tk config script
> (/usr/lib/tkConfig.sh on most tk installs), which botched the whole
> build in an obscure place.]
--with-tclconfig and/or --with-tkconfig should fix this. I forget
whether those are in 6.5.* though.
Since we also look for "wish" in the PATH, it would be nice if we could
ask wish where the tcl/tk config files are, instead of having to search
for them ourselves. But AFAIK you can't fire up a wish without having
an X display for it to connect to ... and configure can't assume that.
regards, tom lane