default_pre_build &&
cd $SOURCE_DIRECTORY &&

if ! [[ -x configure ]]; then
  ./buildconf --with-apr=$INSTALL_ROOT/usr/share/apache2 --with-apr-util=$INSTALL_ROOT/usr/share/apache2
fi
