aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Always build with GDK_PIXBUF_DISABLE_DEPRECATED, GDK_DISABLE_DEPRECATED, GTK_...Bill Meier1-8/+5
2013-03-03Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs1-0/+36
2013-03-02Revert "Make Solaris Studio hide internal shared library symbols by default"Balint Reczey1-5/+3
2013-03-02Make Solaris Studio hide internal shared library symbols by defaultBalint Reczey1-3/+5
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-13/+3
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+12
2013-02-27Look for desktop-file-install (to be used when installing wireshark.desktop).Jeff Morriss1-0/+2
2013-02-20More 1.9.0 → 1.9.1 changes. Release note updates.Gerald Combs1-1/+1
2013-02-17Oops, the list is of Makefiles, not of directories that should containGuy Harris1-1/+1
2013-02-17Add asn1/isdn-sup to the list of directories in which to generate aGuy Harris1-0/+1
2013-02-08Move move of the Qt checks into AM_PATH_QT.Jeff Morriss1-36/+6
2013-02-08If we're compiling for Qt check if we have a working C++ compiler.Jeff Morriss1-0/+11
2013-02-07QPropertyAnimation is needed for Qt builds and isn't present until Qt 4.6.0.Jeff Morriss1-3/+7
2013-02-05Use variables for the versions autoconf, GTK{2,3}, and glib we require.Jeff Morriss1-12/+24
2013-02-04Add the warning flags to CFLAGS_FOR_BUILD, so any build tools we buildGuy Harris1-0/+2
2013-02-04"make dist" uses uic and moc, so we have to try to find them no matterGuy Harris1-29/+61
2013-02-04Make sure AM_DEFAULT_VERBOSITY is defined no matter what.Gerald Combs1-1/+2
2013-02-04Enable silent build rules by default.Gerald Combs1-2/+4
2013-02-03Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris1-0/+29
2013-01-15From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-1/+1
2013-01-04In AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if $3 (the program to be run)Jeff Morriss1-5/+6
2013-01-03On the Ubuntu buildbot, this says -Wlogical-op doesn't work, but itGuy Harris1-0/+2
2013-01-03Don't use -Wlogical-op if it causes gcc to generate warnings about logicalJeff Morriss1-1/+25
2013-01-02Fix UI library dependency checking.Gerald Combs1-6/+3
2013-01-02Make -Wstrict-prototypes C-only.Gerald Combs1-1/+1
2013-01-01Play Three-card^WTwo-link-target Monte with Autotools.Gerald Combs1-3/+3
2012-12-31If we're linking with Qt pass a hint to automake that it needs to use c++Gerald Combs1-1/+5
2012-12-31Make sure we link Wireshark with the right UI library.Gerald Combs1-0/+4
2012-12-31Keep PKG_CHECK_MODULES from returning an error if it doesn't findGerald Combs1-2/+2
2012-12-30'-Wno-error=unused-but-set-variable' no longer required;Bill Meier1-1/+1
2012-12-29Move the PIE checks after the warning checks, to keep the warning checksGuy Harris1-23/+29
2012-12-29Cosmetic: Add two blank lines for readability.Bill Meier1-0/+2
2012-12-26OK, I give up.Guy Harris1-1/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-28/+46
2012-12-20Expand the comment about alignment.Guy Harris1-1/+5
2012-12-2032-bit Linux (at least from Redhat) has a host_cpu of i686 (not i386). Don't...Jeff Morriss1-7/+9
2012-12-19-pie also needs -fPIE (at least sometimes)Jeff Morriss1-1/+1
2012-12-19As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8076 :Jeff Morriss1-0/+24
2012-12-10It's just compiling, not linking, so we don't need to have the externalGuy Harris1-4/+5
2012-12-09Put back the extra checks for -Wshadow; I guess I'll need to set up aGuy Harris1-1/+13
2012-12-09Force -Wshadow on - it wasn't included on the Ubuntu buildbot, so I wantGuy Harris1-13/+1
2012-12-09Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to makeGuy Harris1-4/+22
2012-12-06Revert SVN #46429 again (for now);Bill Meier1-1/+4
2012-12-06Enable [-Wshadow] as default for *nix compilers] (C only): 2nd try.Bill Meier1-4/+1
2012-12-05And some other stuff moved to QtPrintSupport.Guy Harris1-0/+11
2012-12-04Qt 5.0 appears to move the widgets out of Qt GUI to Qt Widgets; look forGuy Harris1-0/+14
2012-12-04Revert SVN #46380; i.e., remove -Wshadow & etcBill Meier1-2/+0
2012-12-04OK: temporarily use -Wshadow and also -Wno-error=shadowBill Meier1-0/+2
2012-12-04Revert SVN #46376Bill Meier1-1/+4
2012-12-04Enable gcc -Wshadow for default *nix builds;Bill Meier1-4/+1