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
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -6,7 +6,7 @@
* configure.in: Create *.pc scripts from the *.pc.in
templates.
* 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>

View File

@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
m4datadir = $(datadir)/aclocal
m4data_DATA = glib.m4
pkgconfigdir = $(libexecdir)/pkgconfig
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
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@
includedir=@includedir@
VERSION="@VERSION@"
REQUIRES=""
CFLAGS="-I${includedir}/glib-1.2 -I${libdir}/glib/include $CFLAGS"
LIBS_PATH="-L${libdir} $LIBS_PATH"
LIBS_LINK_SELF="-lglib-1.2 $LIBS_LINK_SELF"
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
Name: GLib
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lglib-1.2
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
#Name: GLib
#Description: C Utility Library

View File

@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
m4datadir = $(datadir)/aclocal
m4data_DATA = glib.m4
pkgconfigdir = $(libexecdir)/pkgconfig
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
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@
includedir=@includedir@
REQUIRES="glib"
VERSION="@VERSION@"
CFLAGS="$CFLAGS"
LIBS_PATH="-L${libdir} @G_MODULE_LDFLAGS@ $LIBS_PATH"
LIBS_LINK_SELF="-lgmodule-1.2 $LIBS_LINK_SELF"
LIBS_LINK_SYSTEM="@G_MODULE_LIBS@ $LIBS_LINK_SYSTEM"
#Name: GModule
#Description: Dynamic module loader for GLib
Name: GModule
Description: Dynamic module loader for GLib
Requires: glib
Version: @VERSION@
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.2 @G_MODULE_LIBS@
Cflags:

View File

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