abinfo "Fixing line endings ..."
dos2unix \
    `find "$SRCDIR" \
        -type f \
        -name '*.txt' \
        -o -name '*.cpp' \
        -o -name '*.h'`

abinfo "Applying patches ..."
ab_apply_patches "$SRCDIR"/autobuild/patches/*.patch
