pre_build() {
    [ ! -f .bootstrapped ] && echo "Running autoconf..." && autoconf && touch .bootstrapped
}
