aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback
AgeCommit message (Collapse)AuthorFilesLines
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