Print

Print


	Hi,

after un-tarring the source, ./configure dies with the following error when 
used OOTB:

$ ./configure
configure: error: cannot find install-sh or install.sh in . ./.. ./../..

I really don't know, why it expects install.sh to be found in one of these 
directories. But anyway, after running

libtoolize --copy --force
aclocal
automake -acf
autoconf

(maybe not all the steps are necessary)

./configure runs successfully. Is this the intended behavior?

	Cheers,

		Andreas