bootstrapping process if needed
for dir in \
"" \
lib/libTrie
+ lib/cppunit-1.10.0
do
- if (
+ if [ -z "$dir" ] || [ -d $dir ] && [ ! -f $dir/configure ]; then
echo "Bootstrapping $dir"
cd ./$dir
# Bootstrap the autotool subsystems
done
echo "Autotool bootstrapping complete."
-
-#echo "bootstrapping sub projects."
-if [ -d lib/libTrie ] && [ ! -f lib/libTrie/configure ]; then
- cd lib/libTrie && ./bootstrap.sh
-fi
-