Description
This task aligns the Ant build options with the ./configure options. For example, to specify to build log4cxx using wchar_t as logchar, the ant build is:
ant -Dwith-logchar=wchar_t
and the corresponding ./configure statement would be:
./configure --with-logchar=wchar_t
Also, the nested snapshots of APR and APR-Util are eliminated. The build file will locate APR and APR util in /usr, /usr/local/apr or ../apr and ../apr-util.