Use the correct pkg-config syntax in all the *.pc.in files

(the version that comes with the RedHat 7.0 glib-gtkbeta RPM).
This commit is contained in:
Martin Baulig 2000-09-30 02:09:40 +00:00
parent b7e2cecaa2
commit e65179c0d5
13 changed files with 27 additions and 36 deletions

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in * configure.in: Create *.pc scripts from the *.pc.in
templates. templates.
* Makefile.am (pkgconfig_DATA): Install the *.pc * Makefile.am (pkgconfig_DATA): Install the *.pc
scripts in `$(libexecdir)/pkgconfig'. scripts in `$(libdir)/pkgconfig'.
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>

View File

@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
m4datadir = $(datadir)/aclocal m4datadir = $(datadir)/aclocal
m4data_DATA = glib.m4 m4data_DATA = glib.m4
pkgconfigdir = $(libexecdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in

View File

@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
VERSION="@VERSION@" Name: GLib
REQUIRES="" Description: C Utility Library
CFLAGS="-I${includedir}/glib-1.2 -I${libdir}/glib/include $CFLAGS" Version: @VERSION@
LIBS_PATH="-L${libdir} $LIBS_PATH" Libs: -L${libdir} -lglib-1.2
LIBS_LINK_SELF="-lglib-1.2 $LIBS_LINK_SELF" Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
#Name: GLib
#Description: C Utility Library

View File

@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
m4datadir = $(datadir)/aclocal m4datadir = $(datadir)/aclocal
m4data_DATA = glib.m4 m4data_DATA = glib.m4
pkgconfigdir = $(libexecdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in

View File

@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
REQUIRES="glib" Name: GModule
VERSION="@VERSION@" Description: Dynamic module loader for GLib
CFLAGS="$CFLAGS" Requires: glib
LIBS_PATH="-L${libdir} @G_MODULE_LDFLAGS@ $LIBS_PATH" Version: @VERSION@
LIBS_LINK_SELF="-lgmodule-1.2 $LIBS_LINK_SELF" Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.2 @G_MODULE_LIBS@
LIBS_LINK_SYSTEM="@G_MODULE_LIBS@ $LIBS_LINK_SYSTEM" Cflags:
#Name: GModule
#Description: Dynamic module loader for GLib

View File

@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
REQUIRES="glib" Name: GThread
VERSION="@VERSION@" Description: Thread support for GLib
CFLAGS="$CFLAGS" Requires: glib
LIBS_PATH="-L${libdir} $LIBS_PATH" Version: @VERSION@
LIBS_LINK_SELF="-lgthread-1.2 $LIBS_LINK_SELF" Libs: -L${libdir} -lgthread-1.2 @G_THREAD_LIBS@
LIBS_LINK_SYSTEM="@G_THREAD_LIBS@ $LIBS_LINK_SYSTEM" Cflags:
#Name: GThread
#Description: Thread support for GLib