Use the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM
 and not the one from pkgconfig.sourceforge.net which is old).
diff --git a/ChangeLog b/ChangeLog
index e4fa397..bd47037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
 	* configure.in: Create the libxml-2.0.pc script from the
 	libxml-2.0.pc.in templates.
 	* Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
-	script in `$(libexecdir)/pkgconfig'.
+	script in `$(libdir)/pkgconfig'.
 
 Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>