aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback
AgeCommit message (Collapse)AuthorFilesLines
2009-06-28Detect gnutls via pkg-config instead of the deprecated libgnutls-config.rbalint1-160/+0
Based on patch from Andreas Metzler. This fixes bug 3627. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28874 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-22Remove aclocal-fallback m4 files that were used to check for GTK and GLIB v1.sfisher2-390/+0
Their v2 counterparts remain. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26512 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-10Also check in $prefix for libsmi.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25976 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵morriss1-72/+0
replacements. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25765 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-21From Peter Fuller:etxrab1-2/+2
libsmi.m4 had a typo in ldflags that broke LDFLAG settings when --with-libsmi was used https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2555 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25503 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-18Fix complaint by newer autofoo toolsjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23908 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-30Add a directory argument and some default directories to "configuregerald1-26/+115
--with-libsmi". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23676 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get libsmi into the picturelego1-0/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22661 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-20From Jess Balint: modern versions of pkg-config want --cflags or --libs ↵morriss1-2/+2
*before* the library we're asking about git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22365 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-13Under Solaris (9, at least) the "iconv.h" header supplied with GNU libiconvgerald1-0/+72
is incompatible with the iconv routines in libc. Add an aclocal macro from Bruno Haible that sorts everything out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18729 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-15autofoo will fail on systems that lack libgcrypt.m4.jmayer2-0/+268
Provide one in aclocal-fallback. While I'm at it: Remove the libgnutls.m4 stuff from acinclude and provide it in aclocal-fallback as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18475 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-27Fix some aclocal warnings during autogen.shjmayer4-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10508 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-27Implement an alternative method to provide missing aclocal files:jmayer3-0/+604
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6102 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-23Allow running autogen.sh on systems that do not have gtk.m4 installed.jmayer1-0/+194
That way it should be possible to build tethereal from cvs. Also, Fallback files may be added to the aclocal-fallback/ directory in case other optional packages come up. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6071 f5534014-38df-0310-8fa8-9805f1628bb7