blob: e1cc14ca1e3e565be98e93d2a97cd4f9674469e3 [file] [log] [blame]
#!/bin/sh
autoconf
if [ -d ./apr ] ; then
cd apr
./buildconf
cd ..
fi
if [ -d ./apr-util ] ; then
cd apr-util
./buildconf
cd ..
fi