aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/gtk-2.0.m4
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737Jeff Morriss1-5/+2
As suggested by njtaylor0101 [AT] gmail.com: we (always) check for the gthread module when checking glib so there's no need to check for it when checking GTK. This prevents us, when configuring with gtk3, for checking for gthread-2.0 version 3.0.0 or later. svn path=/trunk/; revision=40684
2011-11-01When checking for GTK+2, indicate that we will *not* accept GTK 3 and later.Jeff Morriss1-8/+8
svn path=/trunk/; revision=39699
2007-07-20From Jess Balint: modern versions of pkg-config want --cflags or --libs ↵Jeff Morriss1-2/+2
*before* the library we're asking about svn path=/trunk/; revision=22365
2004-03-27Fix some aclocal warnings during autogen.shJörg Mayer1-1/+1
svn path=/trunk/; revision=10508
2002-08-27Implement an alternative method to provide missing aclocal files:Jörg Mayer1-0/+196
Check if a development file for the package is present and install the corresponding m4 file in aclocal-missing if it isn't. Add glib, glib-2.0 and gtk-2.0 to the fallback directory. svn path=/trunk/; revision=6102