default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
libtoolize -fv  &&
aclocal --force &&
autoconf   -f   &&
automake -afv   &&
# Raptor decided to drop the compat header. Let's break software. It's fun!
sed -i s:raptor.h:raptor2/raptor2.h: lrdf.h
