From e3ac0bad97d70498defff189df7b2d6f0f5918d2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 28 Mar 2001 22:15:35 +0000 Subject: add a bit mentioning that if configure claims you don't have something * README: add a bit mentioning that if configure claims you don't have something installed when you think you do, that it's probably because you installed it in the wrong prefix, or because you need a -devel package. * configure.in: Add a new macro EVO_CHECK_LIB that checks for a gnome-config-based library of a given version or later, correctly, and if doesn't find it, suggests that you consult the README. Fix the various library checks to use this. Meanwhile, remove a bunch of old cruft and reorganize a little. * acconfig.h: Remove cruft svn path=/trunk/; revision=8997 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e1c787149..3f44d3b51c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-03-28 Dan Winship + + * README: add a bit mentioning that if configure claims you don't + have something installed when you think you do, that it's probably + because you installed it in the wrong prefix, or because you need + a -devel package. + + * configure.in: Add a new macro EVO_CHECK_LIB that checks for a + gnome-config-based library of a given version or later, correctly, + and if doesn't find it, suggests that you consult the README. Fix + the various library checks to use this. Meanwhile, remove a bunch + of old cruft and reorganize a little. + + * acconfig.h: Remove cruft + 2001-03-28 Jon Trowbridge * AUTHORS: In a burst of egomania, added myself. -- cgit