aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2007-10-08change QSIQ ASN.1 dissector to the new makefile structureTomas Kukosa1-0/+1
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer1-0/+7
2007-09-30Try xdg-open before htmlview.Stig Bjørlykke1-3/+9
2007-09-27Convert asn1/dap/Jörg Mayer1-0/+1
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa1-0/+4
2007-09-25Change some additional protocols to the new build systemJörg Mayer1-0/+5
2007-09-25Convert acp133 to new build structure.Jörg Mayer1-1/+2
2007-09-25I forgot to commit the necessary change to configure.in,Jörg Mayer1-0/+6
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-54/+0
2007-09-17Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.Stig Bjørlykke1-1/+1
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson1-0/+1
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-9/+10
2007-08-26libsmi: Small fix and add a commentJörg Mayer1-1/+2
2007-08-25get libsmi into the pictureLuis Ontanon1-1/+13
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-1/+0
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff1-9/+3
2007-08-22Postpone checking if dumpcap is enabled until after we have checked if we hav...Jeff Morriss1-18/+33
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromGuy Harris1-16/+0
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris1-0/+16
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitGuy Harris1-9/+12
2007-06-21default value of --with-gcrypt must be set to yes.Sebastien Tandel1-1/+1
2007-06-18Fix bug #1395Sebastien Tandel1-4/+18
2007-06-18get rid of the "case" statement to test the value of withval.Sebastien Tandel1-18/+7
2007-06-150.99.6 has been split off. Bump the trunk to 0.99.7.Gerald Combs1-1/+1
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-0/+38
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2
2007-05-24Back out the previous change.Guy Harris1-15/+1
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeGuy Harris1-1/+15
2007-05-22If GTK+ isn't available, fail unless the user explicitly specifiedGuy Harris1-9/+7
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on SolarisSebastien Tandel1-2/+4
2007-05-18typo fixSebastien Tandel1-1/+1
2007-05-18temporarily disable cast-align warningsSebastien Tandel1-2/+3
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping1-0/+1
2007-05-07there was a syntax error introduced in this file which made it Ronnie Sahlberg1-1/+1
2007-05-05If the user explicitly specified "--enable-wireshark", fail immediatelyGuy Harris1-4/+15
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-8/+11
2007-04-22Fix regression: Automatically disable -Werror in case of extra gcc flags.Jörg Mayer1-2/+3
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel1-47/+25
2007-04-22Use AC_HELP_STRING for the help strings for --with and --enable flags.Guy Harris1-60/+104
2007-04-17Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled...Jeff Morriss1-4/+4
2007-04-14Disable warnings as errors if extra gcc warnings was specified.Jörg Mayer1-8/+16
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-16/+19
2007-04-08Fix a comment.Guy Harris1-2/+2
2007-04-08Get rid of extra white space in configure message.Guy Harris1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-0/+17
2007-03-26Fix distcheck by removing the reference to the megaco pluginJeff Morriss1-1/+0
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...Jeff Morriss1-2/+1
2007-03-26older versions of gcc do not check -W parameters when only running the prepro...Ronnie Sahlberg1-1/+11
2007-03-26If we're using gcc, try to use -Wdeclaration-after-statement to catch more no...Jeff Morriss1-0/+8