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
lmkdir -p ./build/gcc/config
lset -x
llibtoolize --force --copy --ltdl --automake
laclocal
lautoconf
lautoheader
lautomake -a --copy --foreign
l