aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacem...morriss1-3/+0
2008-07-16Don't use C-style comments in a shell script. This fixes this error:morriss1-1/+1
2008-07-03packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC2268_40morriss1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-06-25Update a comment.guy1-1/+1
2008-06-24Make -Wwrite-strings non-default for now.guy1-3/+8
2008-06-24We're not ready for -Wshadow by default yet.guy1-1/+1
2008-06-24Temporarily turn on some -W options, to provoke the buildbots to buildguy1-3/+3
2008-06-24One -Wcast-align suffices.guy1-1/+0
2008-06-23Temporarily make -Wshadow not a default.guy1-1/+3
2008-06-23Add -Wshadow, so we catch cases where somebody might not be using theguy1-0/+1
2008-06-21We have to define HTML_VIEWER for the prefs.c code that sets the defaultguy1-2/+9
2008-06-21If we have xdg-open, always run that to launch a Web browser, and ignoreguy1-8/+14
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orguy1-22/+0
2008-05-28Print "POSIX capabilities" instead of "libcap".gerald1-1/+2
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss1-0/+1
2008-05-10From Hans-Peter Bock:jake1-0/+1
2008-05-05Require GLib 2.4 or later.guy1-103/+3
2008-05-05Require automake 1.9 or later; earlier versions don't support theguy1-1/+1
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us havegerald1-4/+3
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireguy1-22/+0
2008-04-29Have the error for not finding GTK+ indicate that we require GTK+ 2.4 orguy1-4/+4
2008-04-23Require at least version 2.4.0 of GTKjmayer1-1/+1
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.guy1-0/+5
2008-04-14Update the warning flags (suppress one warning that appears with -pedantic)jmayer1-1/+4
2008-04-08Reword the "you can't do setuid install without dumpcap" error mainly to take...morriss1-1/+1
2008-04-04Remove GTK1 from Unix build process.sfisher1-26/+4
2008-03-29Remove most of the OS X packaging files from the distribution. Thegerald1-1/+0
2008-03-28Add the OS X packaging Makefile to configure.stig1-0/+1
2008-03-17Bump the version in the trunk to 1.0.99 (which will become 1.1.0 at somegerald1-1/+1
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectormorriss1-1/+1
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadgerald1-0/+20
2008-03-14From Stephen Donnelly via bug 2235:gerald1-0/+1
2008-03-03Add missing parts of the PCAP dissector.gerald1-0/+1
2008-02-29Don't link the plugins against glib: they already link against libwireshark w...morriss1-1/+1
2008-02-26Wireshark (packet-ssl-utils.h) uses gnutls_x509_crt_t which appears to only b...morriss1-1/+1
2008-02-25Check for setres[gu]id and define HAVE_SETRESUID and HAVE_SETREGUIDgerald1-0/+1
2008-02-22Rawshark depends on libpcap. Make sure we enforce this in the configure gerald1-17/+32
2008-02-18The trunk is now 0.99.9.gerald1-1/+1
2008-02-16Fix compilation on non-Windows systems.gerald1-0/+19
2008-01-06Create makefiles for s1ap and x2ap.gerald1-0/+2
2007-12-20Follow-up to SVN commit 23925: Remove tshark from description of setuidsfisher1-5/+5
2007-12-18Exit -Wextra again, entry -Woverflow and -Warray-boundsjmayer1-1/+2
2007-12-17Actually fail if no lex and yacc (derivatives) could be found.jmayer1-1/+12
2007-12-07Get rid of configure in wiretap. Finally!jmayer1-1/+2
2007-12-07From Sjoerd Simons: Fix bug #2077: configuring with --with-plugins not behavi...wmeier1-3/+2
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+22
2007-11-30Add a directory argument and some default directories to "configuregerald1-11/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-0/+22
2007-11-25Corrected setting of "warnings_as_errors_default".stig1-1/+1