default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
sedit 's:^AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
# Raptor decided to drop the compat header. Let's break software. It's fun!
sedit 's:<raptor.h>:<raptor2/raptor2.h>:' lrdf.h &&
# Call autogen.sh, but avoid running the configure script
sedit '/[.][/]configure/,$ d' autogen.sh &&
./autogen.sh &&
patch_configure_libtool_override
