Put the pkg-config scripts back to 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).
This commit is contained in:
Martin Baulig
2000-09-30 02:14:04 +00:00
parent b3ee868f94
commit 336f7e89fe
14 changed files with 25 additions and 94 deletions

View File

@@ -9,13 +9,6 @@
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
actually have threads.
2000-09-29 Martin Baulig <baulig@suse.de>
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
this is the directory where pkg-config actually looks.
* *.pc.in: Made the pkg-config scripts actually work.
2000-09-29 Martin Baulig <baulig@suse.de>
Several minor ANSI C fixes.