Comment 19 for bug 988601

Revision history for this message
David Mathog (mathog) wrote :

Right about the build.xml version number. The problem is that while a bzr download built on linux picks up the revision number and builds it into the program for "about", a windows build does not do that. The only way I know of to get it in is to modify the build.xml. Probably the linux build runs a "bzr revno" somewhere, but that won't generally work on Windows, since bzr may not
be in the path of the DOS shell being used for btool. (It isn't in my case.)

autoreconf vs. autogen.sh. I figure if autoreconf sees a line as a problem the odds are good that autogen.sh should too, even if it does not explicitly issue a warning.