gnumake: www: Command not found

Thank you, installing libtool-1.2 fixed the problem 
with aclocal.

Possiblity it should be added to the list for prerequsites
along side perl, gnumake, gcc, automake, autoconf?

Now it appears I have a bootstrapping problem, see below.

Suggestions?

Thanks putting up with all this bumbling, I hope
it makes the next guys job easier.

 - ben hyde

  > gnumake
  cd . && aclocal
  cd . && automake --foreign Makefile
  cd . && autoconf
  configure.in:175: warning: AC_TRY_RUN called without default to allow cross compiling
  ... 8 lines removed ...
  configure.in:185: warning: AC_TRY_RUN called without default to allow cross compiling
  /bin/sh ./config.status --recheck
  running /bin/sh ./configure  --prefix=/home/gw/local --no-create --no-recursion
  loading cache ./config.cache
  checking host system type... sparc-sun-solaris2.5
  ... aprox. 200 lines removed ...
  checking whether to define _REENTRANT... no
  checking whether to define _POSIX_SOURCE... no
  creating ./config.status
  www -p -na ./COPYRIGHT.html \
  	-o ./COPYRIGH
  gnumake: www: Command not found
  gnumake: *** [COPYRIGH] Error 127
  >

Received on Wednesday, 3 June 1998 10:33:02 UTC