for i in $(find "$SRCDIR" -name config.guess -o -name config.sub); do \
    abinfo "Copying replacement $i ..."
    cp -v "/usr/bin/$(basename "$i")" "$i"
done
