09/06/2006
Perl XS and SWIG interface to CLucene C++ text search engine
23
Bootstrap shell script
l
#!/bin/sh
l
# Bootstrap the CLucene installation.
l
l
mkdir -p ./build/gcc/config
l
set -x
l
libtoolize --force --copy --ltdl --automake
l
aclocal
l
autoconf
l
autoheader
l
automake -a --copy --foreign
l