aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback
AgeCommit message (Collapse)AuthorFilesLines
2007-12-18Fix complaint by newer autofoo toolsJörg Mayer1-1/+1
svn path=/trunk/; revision=23908
2007-11-30Add a directory argument and some default directories to "configureGerald Combs1-26/+115
--with-libsmi". svn path=/trunk/; revision=23676
2007-08-25get libsmi into the pictureLuis Ontanon1-0/+38
svn path=/trunk/; revision=22661
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
2006-07-13Under Solaris (9, at least) the "iconv.h" header supplied with GNU libiconvGerald Combs1-0/+72
is incompatible with the iconv routines in libc. Add an aclocal macro from Bruno Haible that sorts everything out. svn path=/trunk/; revision=18729
2006-06-15autofoo will fail on systems that lack libgcrypt.m4.Jörg Mayer2-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. svn path=/trunk/; revision=18475
2004-03-27Fix some aclocal warnings during autogen.shJörg Mayer4-4/+4
svn path=/trunk/; revision=10508
2002-08-27Implement an alternative method to provide missing aclocal files:Jörg Mayer3-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. svn path=/trunk/; revision=6102
2002-08-23Allow running autogen.sh on systems that do not have gtk.m4 installed.Jörg Mayer1-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. svn path=/trunk/; revision=6071