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

Wireshark-commits: [Wireshark-commits] rev 31346: /trunk/ /trunk/: configure.in

Date: Tue, 22 Dec 2009 09:43:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31346

User: jmayer
Date: 2009/12/22 01:43 AM

Log:
 automake 1.11 has macros built in that make compilation much
 less verbose, i.e. only shows something like
   CC     libdfilter_la-sttype-string.lo
 and
   CCLD   libdfilter.la                                                          
 Warnings are still shown, which makes warnings stick out more prominently
 than before.
 
 Offer that option if present.
 This will provide 2 new configure arguments:
   --enable-silent-rules          less verbose build output (undo: `make V=1') 
   --disable-silent-rules         verbose build output (undo: `make V=0')      
 The current default is disable-silent-rules to make the default behaviour
 match the current one.
 
 If you like that feature, maybe we should make silent compilation the new
 default.

Directory: /trunk/
  Changes    Path            Action
  +3 -0      configure.in    Modified