Hello,
I have RedHat 6.1 , Kernel 2.2.12-20.
I was trying to build Lesstif from the source.
Then, the configure script couldn't find the file install-sh, and
exited with an error.
After investigating a while, I found that there are links in the
<configure directory>/lib/Xlt and in <configure directory>/lib/Xbae
which are linked to non-existing files.
The missing files are:
"install-sh", "missing", "mkinstalldirs".
The links were pointing to the directory /usr/local/share/automake/ ,
while on my computer, these files were located on /usr/share/automake/ .
My (simple) solution was to create the missing directory ,
/usr/local/share/automake/, and copy the
missing files to there.
So maybe a change to the configure script is needed for redhat users.
I thought this might help someone.
Thanks,
Ori.