To build and install:
sh autogen.sh
LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" \
./configure --host psp --prefix=`psp-config --psp-prefix`
make
make install
The autogen seems to work fine. The problems happen at the second/third line, which I don't understand to begin with, packed with apostrophes. I manage to type exactly like that but I get a :
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-cygwin
checking host system type... Invalid configuration `psp': machine `psp' not reco
gnized
configure: error: /bin/sh ./config.sub psp failed
$ sh autogen.sh
running `aclocal -I .'
running `libtoolize --copy'
autogen.sh: line 15: libtoolize: command not found
error while running `libtoolize --copy'