3 test -e wv
/Makefile || .
/get-git-modules
10 # We tell the autobuilder to ignore warnings in the 'wv' directory, as
11 # they're not our fault. That project should have its own autobuilder.
12 echo --START-IGNORE-WARNINGS
13 (cd wv
&& .
/configure
) ||
exit $?
14 echo --STOP-IGNORE-WARNINGS
16 (cd vxodbc
&& make configure
&& .
/configure
) ||
exit $?