aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-06-25Update a comment.Guy Harris1-1/+1
2008-06-24Make -Wwrite-strings non-default for now.Guy Harris1-3/+8
2008-06-24We're not ready for -Wshadow by default yet.Guy Harris1-1/+1
2008-06-24Temporarily turn on some -W options, to provoke the buildbots to buildGuy Harris1-3/+3
2008-06-24One -Wcast-align suffices.Guy Harris1-1/+0
2008-06-23Temporarily make -Wshadow not a default.Guy Harris1-1/+3
2008-06-23Add -Wshadow, so we catch cases where somebody might not be using theGuy Harris1-0/+1
2008-06-21We have to define HTML_VIEWER for the prefs.c code that sets the defaultGuy Harris1-2/+9
2008-06-21If we have xdg-open, always run that to launch a Web browser, and ignoreGuy Harris1-8/+14
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orGuy Harris1-22/+0
2008-05-28Print "POSIX capabilities" instead of "libcap".Gerald Combs1-1/+2
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+1
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+1
2008-05-05Require GLib 2.4 or later.Guy Harris1-103/+3
2008-05-05Require automake 1.9 or later; earlier versions don't support theGuy Harris1-1/+1
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us haveGerald Combs1-4/+3
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris1-22/+0
2008-04-29Have the error for not finding GTK+ indicate that we require GTK+ 2.4 orGuy Harris1-4/+4
2008-04-23Require at least version 2.4.0 of GTKJörg Mayer1-1/+1
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris1-0/+5
2008-04-14Update the warning flags (suppress one warning that appears with -pedantic)Jörg Mayer1-1/+4
2008-04-08Reword the "you can't do setuid install without dumpcap" error mainly to take...Jeff Morriss1-1/+1
2008-04-04Remove GTK1 from Unix build process.Stephen Fisher1-26/+4
2008-03-29Remove most of the OS X packaging files from the distribution. TheGerald Combs1-1/+0
2008-03-28Add the OS X packaging Makefile to configure.Stig Bjørlykke1-0/+1
2008-03-17Bump the version in the trunk to 1.0.99 (which will become 1.1.0 at someGerald Combs1-1/+1
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss1-1/+1
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs1-0/+20
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+1
2008-03-03Add missing parts of the PCAP dissector.Gerald Combs1-0/+1
2008-02-29Don't link the plugins against glib: they already link against libwireshark w...Jeff Morriss1-1/+1
2008-02-26Wireshark (packet-ssl-utils.h) uses gnutls_x509_crt_t which appears to only b...Jeff Morriss1-1/+1
2008-02-25Check for setres[gu]id and define HAVE_SETRESUID and HAVE_SETREGUIDGerald Combs1-0/+1
2008-02-22Rawshark depends on libpcap. Make sure we enforce this in the configure Gerald Combs1-17/+32
2008-02-18The trunk is now 0.99.9.Gerald Combs1-1/+1
2008-02-16Fix compilation on non-Windows systems.Gerald Combs1-0/+19
2008-01-06Create makefiles for s1ap and x2ap.Gerald Combs1-0/+2
2007-12-20Follow-up to SVN commit 23925: Remove tshark from description of setuidStephen Fisher1-5/+5
2007-12-18Exit -Wextra again, entry -Woverflow and -Warray-boundsJörg Mayer1-1/+2
2007-12-17Actually fail if no lex and yacc (derivatives) could be found.Jörg Mayer1-1/+12
2007-12-07Get rid of configure in wiretap. Finally!Jörg Mayer1-1/+2
2007-12-07From Sjoerd Simons: Fix bug #2077: configuring with --with-plugins not behavi...Bill Meier1-3/+2
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+22
2007-11-30Add a directory argument and some default directories to "configureGerald Combs1-11/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-0/+22
2007-11-25Corrected setting of "warnings_as_errors_default".Stig Bjørlykke1-1/+1
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs1-1/+2
2007-11-21Bump the trunk to 0.99.8.Gerald Combs1-1/+1
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-0/+32