configure fails on Compaq Tru64 UNIX
Brought to you by:
bruj0
Your configuration script fails.
% ./configure
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in . ./.. ./../..
Diagnosis shows that the symbolic link included in the .tar.gz file
for the install-sh script refers to a hard coded path. It presumes
that automake was installed in /usr rather than /usr/local.
Workaround:
% ln -sf /usr/local/share/automake/install-sh install-sh
Solution suggested: don't depend on automake being installed
in that location. Include a copy of install-sh instead.
its fixed, theres a new release coming up
its fixed, theres a new release coming up