default_pre_build &&
cd $SOURCE_DIRECTORY

#patch -p1 < $SECTION_DIRECTORY/apache2/buildconf.patch &&
if ! [ -x configure ]; then
  ./buildconf --with-apr=$INSTALL_ROOT/usr/share/apache2 --with-apr-util=$INSTALL_ROOT/usr/share/apache2
fi
