update autogen.sh

SVN revision: 337
This commit is contained in:
Carsten Haitzler 1999-09-19 21:57:37 +00:00
parent e1b96d0ba1
commit efcaf5a661
1 changed files with 0 additions and 7 deletions

View File

@ -37,19 +37,12 @@ $srcdir/configure "$@"
set +x set +x
echo "making loader dir "$HOME"/.loaders/image"
mkdir $HOME"/.loaders"
mkdir $HOME"/.loaders/image"
echo "Now type:" echo "Now type:"
echo echo
echo "make" echo "make"
echo "make install" echo "make install"
echo echo
echo "to compile and install the loaders for imlib2 demo." echo "to compile and install the loaders for imlib2 demo."
echo "please ensure after you type make install there is a png.so and "
echo "jpeg.so in "$HOME"/.loaders/image"
echo "ignore the errors make install emits when make install exits - they are"
echo "ok to have."
echo "also make sure you run imlib2 from THIS directory - ie:" echo "also make sure you run imlib2 from THIS directory - ie:"
echo echo
echo "./imlib2" echo "./imlib2"