aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-08-07mate_grammar.lemon:Jörg Mayer1-0/+2
- Fix a bug my previous patch introduced. mate/: - Unset G_DISABLE_DEPRECATED for the mate files. CMakeLists.txt configure.in: - Build with -DG_DISABLE_DEPRECATED so further usage of deprecated glib functions will be detected. svn path=/trunk/; revision=38393
2011-08-04As suggested by Anders: only compile with GSEAL_ENABLE if we're using GTK ↵Jeff Morriss1-7/+7
2.22 or higher (and not GTK3) svn path=/trunk/; revision=38341
2011-08-03'-Wno-error=unused-but-set-parameter' not req'd since no such warnings in ↵Bill Meier1-1/+0
Wireshark compile. svn path=/trunk/; revision=38318
2011-08-02For now: treat GCC 4.6 'unused-but-set' reports as just warnings (i.e., when ↵Bill Meier1-1/+2
-Werror). GCC 4.6 has added 'unused but set' reports so this change allows builds to proceed without erroring out for those building from SVN with GCC 4.6. (AFAIK Wireshark source distributions do not enable -Werror). This change can be removed (at least globally) once the code as been fixed. svn path=/trunk/; revision=38311
2011-07-31Configuring with --enable-ui-manager would not work - fix this.Jörg Mayer1-1/+1
svn path=/trunk/; revision=38287
2011-07-29Print a more correct error message when missing gtk3.Stig Bjørlykke1-1/+5
This fixes bug 6181. svn path=/trunk/; revision=38262
2011-07-29Try build with GSEAL_ENABLE if not gtk3 again.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=38261
2011-07-29Removed building with GSEAL_ENABLE, does not work yet.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=38256
2011-07-29Build with GSEAL_ENABLE if not gtk3.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=38255
2011-07-22Back out my last changes to configure.in - they broke too muchJörg Mayer1-30/+31
svn path=/trunk/; revision=38168
2011-07-22When moving stuff around, move it all.Jörg Mayer1-4/+3
svn path=/trunk/; revision=38167
2011-07-22Fix the order of tests: the test for wireshark needs to run afterJörg Mayer1-30/+30
the test for gtk. svn path=/trunk/; revision=38163
2011-07-20Regularize style a bit in help messages.Guy Harris1-43/+43
Clean up capitalization. Fix a comment. svn path=/trunk/; revision=38130
2011-07-18Get --enable-ui-manager working.Michael Tüxen1-2/+2
svn path=/trunk/; revision=38084
2011-07-18Add option --enable-uimanager to mimic cmake -DUI_MANAGER=ONJörg Mayer1-0/+12
svn path=/trunk/; revision=38081
2011-07-16Use threads per default. Same as on Windows.Michael Tüxen1-2/+2
svn path=/trunk/; revision=38060
2011-07-15Ensure that USE_THREADS is defined when --enable-threads is specified.Michael Tüxen1-1/+3
svn path=/trunk/; revision=38046
2011-07-11Make the minimum GLib version 2.14 and the minimum GTK+ version 2.12.Gerald Combs1-45/+11
svn path=/trunk/; revision=37967
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-10/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+9
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-23/+38
items. Add some quoting to the zlib tests, just in case the argument contains white space. Clean up capitalization of Lua and Python. Link programs that use libwireshark with the Python libraries, and build Epan with the Python cflags. svn path=/trunk/; revision=37652
2011-06-08From Michael Mann:Anders Broman1-1/+0
Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
2011-06-08The SERCOS III dissector is now built-in.Guy Harris1-1/+0
svn path=/trunk/; revision=37605
2011-05-31Remove HAVE_AIRPDCAPAnders Broman1-5/+0
svn path=/trunk/; revision=37496
2011-05-27AirPcap is disabled by default; fix the help text to reflect that fact.Jeff Morriss1-2/+2
svn path=/trunk/; revision=37423
2011-05-25Copy-paste error.Anders Broman1-1/+1
svn path=/trunk/; revision=37394
2011-05-25Make it easier to add custom asn1 dissectors.Anders Broman1-0/+4
svn path=/trunk/; revision=37393
2011-05-25One "-Warray-bounds" suffices; as we're including it in the defaultGuy Harris1-1/+0
options, no need to include it in the "extra warnings" options as well. svn path=/trunk/; revision=37387
2011-05-19Update CMakeLists to follow commit 37219.Jörg Mayer1-1/+0
Remove a duplicate check in configure.in svn path=/trunk/; revision=37277
2011-05-17Add -Wold-style-definition and -Wdeclaration-after-statement to the listGuy Harris1-2/+17
of warnings we enable by default; we'll move them if they break any builds in non-fixable ways. Add -Wmissing-prototypes and -Wmissing-declarations to the list of things we don't enable by default, and explain why those, and -Wstrict-prototypes can't be used. Also explain why we check for clang before checking whether we can enable -fexcess-precision=fast. svn path=/trunk/; revision=37219
2011-05-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5875 :Jeff Morriss1-0/+3
Error out if the user asked us to install dumpcap with a particular group but we are not building dumpcap. svn path=/trunk/; revision=37208
2011-05-141.5.2 → 1.7.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=37148
2011-05-12We need both gthread and gmodule.Jeff Morriss1-3/+3
svn path=/trunk/; revision=37101
2011-05-12Initialize the glib thread system on all platforms, not only on Windows.Michael Tüxen1-2/+2
This requires to be linked against a different library. This is only required for dumpcap, but the configure files currently doesn't check this in a target specific way. So use these libs for all binaries. svn path=/trunk/; revision=37095
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki1-0/+8
svn path=/trunk/; revision=37084
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris1-10/+7
need to use its presence in zlib as a proxy for "not the crufty old zlib that comes with some versions of X11". Do, however, check for inflatePrime() there, instead, just in case the crufty old zlib that comes with some versions of X11 lack it; this is to prevent the configure script from assuming a shiny new zlib by testing with a non-X11 program, causing the build to fail when you build Wireshark. svn path=/trunk/; revision=36969
2011-04-29configure: remove test for gzclearerr (not used anymore), add test for ↵Jakub Zawadzki1-2/+2
inflatePrime. svn path=/trunk/; revision=36949
2011-04-22Don't pass -fexcess-precision=fast to clang like we do for gcc.Stephen Fisher1-0/+2
svn path=/trunk/; revision=36828
2011-04-20Oh, dear, autoconf thinks clang is GCC, because it defines __GNUC__.Guy Harris1-3/+22
svn path=/trunk/; revision=36733
2011-04-20Instead of having GCC and CLANG variables, just haveGuy Harris1-20/+54
ac_supports_gcc_flags and ac_supports_W_linker_passthrough flags, the first of which, for now, we set for GCC and clang, and the latter of which we set for GCC, clang, and xlc (probably true for some other compilers as well). Rename AC_WIRESHARK_GCC_LDFLAGS_CHECK to AC_WIRESHARK_LDFLAGS_CHECK, as it's not checking for anything GCC-specific. (Leave AC_WIRESHARK_GCC_CFLAGS_CHECK unrenamed for now, as the flags we test with it are originally GCC flags that clang also supports for GCC compatibility.) Fix some string-equality tests to use = rather than ==; the former is what the test/[ command uses. Don't turn on "-no-cpp-precomp" for clang - it whines if you do. svn path=/trunk/; revision=36731
2011-04-20First cut at support for clang. We may want to have specific items forGuy Harris1-11/+26
"supports GCC-style -W flags", etc., and may want to improve the check for "is this clang", as well as deciding what other stuff should be done if we have clang as well. clang should, I think, largely be gcc-compatible at the command line. svn path=/trunk/; revision=36729
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris1-0/+5
support it. Rename ws_lseek to ws_lseek64, as it should be given a 64-bit offset, and have it use _lseeki64 on Windows, to try to get 64-bit offset support; AC_SYS_LARGEFILE should cause lseek() to support 64-bit offsets on UN*X if possible. svn path=/trunk/; revision=36542
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs1-1/+1
svn path=/trunk/; revision=36540
2011-03-20Added a configure message when having c-ares instead of adns.Stig Bjørlykke1-1/+5
svn path=/trunk/; revision=36215
2011-03-08Remove the --enable-new-packet-list option (since the code no longer ↵Jeff Morriss1-13/+0
supports the old packet list) svn path=/trunk/; revision=36164
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-3/+3
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris1-0/+11
routines that don't return. (This requires that some files include config.h to get WS_MSVC_NORETURN declared properly.) svn path=/trunk/; revision=35989
2011-02-11Add a command line argument for the configure script of "--with-gtk3" toStephen Fisher1-0/+16
attempt to compile against GTK+ 3.0 (which can be installed at the same time as GTK+ 2.0). Also place a copy of the autoconf macro for finding GTK+ 3.0 in the aclocal-fallback directory taken from the GTK+ 3.0 distribution. (Note: Wireshark won't finish compiling with GTK+ 3.0 yet...) svn path=/trunk/; revision=35918
2011-02-02Remove duplicate 'asn1/gprscdr/Makefile' entryBill Meier1-1/+2
svn path=/trunk/; revision=35770
2011-02-02Integrate and build the tetra dissector.Anders Broman1-0/+2
svn path=/trunk/; revision=35766