Thanks for the info. It would seem to be a deficiency of the automake make dist
target. If copies of these files are found within reach they don't get added to
the distribution.
What we need is a dist-hook target in the top Makefile that will copy the
automake added files into $(distdir) _if_ they are not there. The source of the
copy will be either .. or ../.., I think.
Is there any automake gurus hanging around that could clarify this???
There is a new copy of 0.90.1, if anyone cares to try it.
On 30-Apr-00 at 00:02, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote: > On Sat, Apr 29, 2000 at 10:34:15PM -0400, Rick Scott wrote:
> > It looks like we have had over 80 downloads of the experimental 0.90.1,
> > and not a single "works for me" or "it sucks". So does it
> > configure/build for people or what????
>
> On HP-UX 10.20 and 11.00:
>
> % ./configure
> creating cache ./config.cache
> configure: error: can not find install-sh or install.sh in . ./.. ./../..
> Setup failed. Exiting.
> % cp -p test/install-sh .
> % ./configure
> creating cache ./config.cache
> checking host system type... configure: error: can not run /bin/sh
> ./config.sub
> Setup failed. Exiting.
> % cp -p test/config.sub .
> creating cache ./config.cache
> checking host system type... /bin/sh: ./config.guess: not found.
> configure: error: can not guess host type; you must specify one
> Setup failed. Exiting.
> % cp -p test/config.guess .
> checking for ranlib... ranlib
> checking for strip... strip
> updating cache ./config.cache
> /bin/sh: ./ltconfig: not found.
> configure: error: libtool configure failed
> Setup failed. Exiting.
>
> I had to set ac_aux_dir=test in configure to shut all the errors up.
>
> --
> albert chin ([EMAIL PROTECTED])
>
>
>