On 11/18/11 3:52 PM, Jürgen Schmidt wrote:
On 11/18/11 3:42 PM, Andre Fischer wrote:
Hi all,
finished the work on removing the local dmake source code.
dmake can now come from one of three different locations:
1. Pre-installed executable in the system search path. This is detected
automatically by configure. No additional option required.
2. Executable in a non-standard location. Use the
--with-dmake-path=<path-to-executable> option to specify its location.
3. A source tar-ball somewhere on the internet. Use
--with-dmake-url=<url-of-tarball> to specify its location. It is then
downloaded and built by the bootstrap script.
See issue 118604 (https://issues.apache.org/ooo/show_bug.cgi?id=118604)
for more details and the patches.
There are two patches in four files (I had to split the second patch
into chunks smaller than 1MB due size limits on file uploads.) The first
introduces the new options, the second removes the dmake source code,
but you will want to apply both.
Tested on Windows, Linux, and Mac, but reviews are still welcome.
It would also be nice, if somebody has the courage to integrate it.
i will check it ...
done, http://svn.apache.org/viewvc?rev=1204412&view=rev
Again, thanks André
Juergen