default_pre_build          &&
# the next instruction checks the file but doesn't decompress it
unpack_file 2              &&

# Doesn't really need C++...
cd $SOURCE_DIRECTORY       &&
aclocal                    &&
autoconf                   &&
automake
