aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2016-03-03Revert "autotools: Use explicit zlib dependency build flags"João Valverde1-7/+17
2016-03-03autotools: Use explicit zlib dependency build flagsJoão Valverde1-17/+7
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-0/+6
2016-02-25Add GResource message to configure scriptJoão Valverde1-8/+15
2016-02-24Check for clang before trying to add -Q flagJoão Valverde1-1/+16
2016-02-23autotools: Display build flags in configure summaryJoão Valverde1-1/+12
2016-02-23Explicitly require autoconf 2.64.Guy Harris1-2/+2
2016-02-21autotools: Add GLib/GTK configuration definitions to package cflagsJoão Valverde1-29/+38
2016-02-21autotools: Improve libnl configuration and dependencyJoão Valverde1-9/+6
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-76/+60
2016-02-21autotools: Cleanup some installation directory stuffJoão Valverde1-25/+0
2016-02-20autotools: Use Qt flags only for building Qt GUIJoão Valverde1-2/+2
2016-02-19Fix implicit conversion from 64 to 32 bitsJoão Valverde1-1/+1
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-3/+3
2016-02-15Generate randpkt_core/doxygen.cfg.Guy Harris1-0/+1
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-2/+4
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-1/+1
2016-02-13Don't define EXTCAP_DIR as "${datadir}/wireshark/extcap".Guy Harris1-4/+7
2016-02-07autotools: Move SBC dependency to libwscodecsJoão Valverde1-0/+1
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde1-0/+2
2016-02-03Fix Qt4 moc option argument and add build parametrizationJoão Valverde1-1/+16
2016-02-02Add configure-time synchronous DNS warnings.Gerald Combs1-2/+8
2016-01-31autotools: Add '-Qunused-arguments' to build flags (clang only).João Valverde1-0/+5
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-75/+65
2016-01-15autotools: Remove repeated configure output (sshdump)João Valverde1-17/+0
2016-01-14autotools: Remove old hack and bugfix CPPFLAGSJoão Valverde1-6/+0
2016-01-04Generate better pkg-config fileMichal Privoznik1-1/+2
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-0/+42
2015-12-14Note why we do -Wno-variadic-macros.Guy Harris1-0/+4
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+0
2015-11-29cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde1-1/+3
2015-11-27Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)João Valverde1-26/+0
2015-11-27sshdump: move build checkDario Lombardo1-17/+17
2015-11-27configure.ac: Fix CXXFLAGS with optimization for HP-UXJoão Valverde1-1/+1
2015-11-26autotools: do not apply CFLAGS in reverse orderPeter Wu1-13/+19
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-16/+0
2015-11-21autotools: Fix extra-compiler-warnings for system headersJoão Valverde1-3/+3
2015-11-19extcap: add sshdump.Dario Lombardo1-0/+71
2015-11-19GResource configure.ac fixupJoão Valverde1-7/+7
2015-11-12[configure.ac] Update gtk+ and glib release date listsBill Meier1-0/+2
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-0/+8
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
2015-10-25Require GnuTLS 2.12.0, add cmake version detectionPeter Wu1-2/+2
2015-10-20Require libgcrypt 1.4.2, add cmake version detectionPeter Wu1-3/+3
2015-10-16Make it possible to not build the Qt RPM (again).Jeff Morriss1-1/+1
2015-10-09Now that we're using AC_PROG_CC_STDC, let it handle HP C.Guy Harris1-8/+9
2015-10-08The second argument to AC_PATH_PROGS is a list of program names.Guy Harris1-1/+1
2015-10-07Don't just ask for C, ask for standard C - preferably C99.Guy Harris1-1/+5
2015-10-05Initialize 2.1.Gerald Combs1-3/+3
2015-10-05Allow use of variadic macrosPeter Wu1-0/+1