TEA (tclconfig) Source Code

View Ticket
Login
Ticket UUID: 0f7d79331d40b6dc42a51b2331277860192453e7
Title: Latest tcl.m4 generates broken config.status
Type: Bug Version:
Submitter: dgp Created on: 2018-03-22 15:07:17
Subsystem: 53. Configure and Build Tools Assigned To: nobody
Priority: 5 Medium Severity: Important
Status: Open Last Modified: 2018-03-22 15:07:17
Resolution: None Closed By: nobody
    Closed on:
Description:
I tried to bring the tcl.m4 file, etc up to date
in the iwidgets package. I grabbed the fossil tip
of tcl.m4, dropped it in place, and ran autoconf 2.59
to generate a configure script.

Then when running that configure script, I get these
errors:

configure: creating ./config.status
./config.status: line 303: SHELL: command not found
./config.status: line 303: srcdir: command not found

It appears to be complaining about this line in config.status:

INSTALL="$(SHELL) $(srcdir)/tclconfig/install-sh -c"

That's all I know.