aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs1-1/+2
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notGuy Harris1-4/+0
2007-08-09Fix for bug 1704:Jaap Keuter1-0/+4
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromGuy Harris1-15/+0
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris1-2/+14
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitGuy Harris1-9/+12
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris1-4/+1
2007-05-24Back out the previous change.Guy Harris1-7/+1
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeGuy Harris1-1/+7
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withJörg Mayer1-1/+1
2007-05-19typo fixSebastien Tandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on SolarisSebastien Tandel1-2/+4
2007-05-18temporarily disable cast-align warningsSebastien Tandel1-1/+2
2007-04-23Add a couple more warnings to the standard set.Guy Harris1-0/+2
2007-04-22Propagate Joerg's fix to make --enable-extra-gcc-checks turn offGuy Harris1-2/+3
2007-04-22Turn on almost all warnings for Wiretap - if any of them cause problemsGuy Harris1-8/+9
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel1-47/+26
2007-04-22Use AC_HELP_STRING for the help strings for --with and --enable flags.Guy Harris1-35/+46
2007-04-21Fix a comment to reflect reality - -Wcast-qual is added only withGuy Harris1-4/+4
2007-04-17Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled...Jeff Morriss1-4/+4
2007-04-14Same as for top level configure.inJörg Mayer1-8/+16
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-9/+11
2007-04-08Fix a comment.Guy Harris1-2/+2
2007-04-08Fix up the configure message about extra GCC flags to indicate whatGuy Harris1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-0/+17
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...Jeff Morriss1-2/+1
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.Ronnie Sahlberg1-1/+11
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapJeff Morriss1-0/+8
2007-03-23From Sebastien Tandel:Stephen Fisher1-2/+12
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-1/+4
2007-01-12Automake variables ending with _LDFLAGS are special:Guy Harris1-2/+2
2007-01-05When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot thatGuy Harris1-8/+40
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-0/+6
2006-06-06Ethereal -> WiresharkGerald Combs1-5/+5
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useGuy Harris1-1/+3
2006-05-15Fix some compiler warnings.Guy Harris1-0/+36
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsJörg Mayer1-1/+1
2004-12-21Small WhitespacechangeJörg Mayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-01It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer1-2/+2
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+9
2004-03-04Get rid of an out-of-date comment.Guy Harris1-12/+3
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer1-2/+2
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...Jörg Mayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultJörg Mayer1-1/+3
2004-01-24Fix all fixable warningsJörg Mayer1-3/+3
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+17
2003-08-21Align the --with-pcap help message with other help messages.Guy Harris1-2/+2