Set this to `$(libexecdir)/pkgconfig'; this is the directory where
authorMartin Baulig <baulig@suse.de>
Fri, 29 Sep 2000 20:36:52 +0000 (20:36 +0000)
committerMartin Baulig <martin@src.gnome.org>
Fri, 29 Sep 2000 20:36:52 +0000 (20:36 +0000)
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.

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib-2.0.pc.in
glib/Makefile.am
gmodule-2.0.pc.in
gobject-2.0.pc.in
gthread-2.0.pc.in

index 2b0c060..38da20a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 2b0c060..38da20a 100644 (file)
@@ -1,5 +1,12 @@
 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.
 
        Added missing casts:
index 104d783..f0e75e5 100644 (file)
@@ -116,7 +116,7 @@ testgdateparser_LDADD = libglib-1.3.la
 m4datadir = $(datadir)/aclocal
 m4data_DATA = glib-2.0.m4
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libexecdir)/pkgconfig
 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
 
 glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
index a77335b..3d6c84c 100644 (file)
@@ -3,8 +3,12 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: GLib
-Description: C Utility Library
-Version: @VERSION@
-Libs: -L${libdir} -lglib-1.3
-Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include 
+VERSION="@VERSION@"
+REQUIRES=""
+CFLAGS="-I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include $CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="-lglib-1.3 $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GLib
+#Description: C Utility Library
index 104d783..f0e75e5 100644 (file)
@@ -116,7 +116,7 @@ testgdateparser_LDADD = libglib-1.3.la
 m4datadir = $(datadir)/aclocal
 m4data_DATA = glib-2.0.m4
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libexecdir)/pkgconfig
 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
 
 glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
index bca8fde..8526582 100644 (file)
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: GModule
-Description: Dynamic module loader for GLib
-Requires: glib-2.0
-Version: @VERSION@
-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@
-Cflags:
+REQUIRES="glib-2.0"
+VERSION="@VERSION@"
+CFLAGS="$CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="@G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@ $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GModule
+#Description: Dynamic module loader for GLib
index 54929f7..b5e3284 100644 (file)
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: GObject
-Description: Object/type system for GLib
-Requires: glib-2.0
-Version: @VERSION@
-Libs: -L${libdir} -lgobject-1.3
-Cflags:
+REQUIRES="glib-2.0"
+VERSION="@VERSION@"
+CFLAGS="$CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="-lobject-1.3 $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GObject
+#Description: Object/type system for GLib
index cbe7f4e..31aa83a 100644 (file)
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: GThread
-Description: Thread support for GLib
-Requires: glib-2.0
-Version: @VERSION@
-Libs: -L${libdir} -lgthread-1.3 @G_THREAD_LIBS@
-Cflags:
+REQUIRES="glib-2.0"
+VERSION="@VERSION@"
+CFLAGS="$CFLAGS"
+LIBS_PATH="-L${libdir} $LIBS_PATH"
+LIBS_LINK_SELF="-lgthread-1.3 @G_THREAD_LIBS@ $LIBS_LINK_SELF"
+LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
+
+#Name: GThread
+#Description: Thread support for GLib