[Stk-3.1] Unable to configure when current directory is not in PATH

From: Jean-Marie Kubek <kubek_at_gmm.insa-tlse.fr>
Date: Wed, 31 Jul 1996 11:33:04 -0400

Problem :
configure file in the Tk directory (i.e. $(STK_DISTRIB)/Tk/configure)
does not invoke the configure file under .../Tk/unix correctly when
'.' is not in PATH.

Turnaround (sorry no patch :) :

The actual content for this file :
        cd unix ; configure
should be replaced by
        cd unix ; ./configure

J.-M.
Received on Wed Jul 31 1996 - 17:57:18 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST