ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 39924: /trunk-1.6/ /trunk-1.6/: make

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Fri, 18 Nov 2011 11:18:40 -0500
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