On 11/17/2011 8:18 PM, gerald@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39924
User: gerald
Date: 2011/11/17 05:18 PM
Log:
Maybe it's not a good idea to modify configure.in or config.nmake during
compilation. Add a "--set-svn" option which only affects svnversion.h and
make it the default behavior.
Directory: /trunk-1.6/
Changes Path Action
+24 -15 make-version.pl Modified
If a build was done on Windows with the version of make-version.pl which
changed config.nmake, an svn revert config.nmake will be needed.
Among other things svn diff config.nmake will give an error message
about "inconsistent line endings" until this is done.
(config.nmake on a *nix system also needs to be reverted altho the file
obviously isn't actually used).
Bill