[glib] drop -uninstalled.pc files



commit 306aa62ea5fa4d3a57bca419afcc159f9509b476
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Oct 16 19:14:18 2011 -0400

    drop -uninstalled.pc files
    
    These were meant to provide the ability to use GLib directly out of its
    build tree but have a couple of rather serious limitations that prevent
    their serious use:
    
     - these files only worked with programs built using libtool
    
     - for non-trivial uses, other environment variables will need to be
       setup to allow GLib to function properly
    
     - the system doesn't stack well when attempting to use multiple
       libraries all uninstalled
    
    The jhbuild --prefix= style system works much better in every way, so we
    remove this old hack.

 Makefile.am                             |    9 +--------
 README.in                               |    2 ++
 configure.ac                            |    7 -------
 gio-2.0-uninstalled.pc.in               |    6 ------
 gio-unix-2.0-uninstalled.pc.in          |    6 ------
 glib-2.0-uninstalled.pc.in              |    9 ---------
 gmodule-2.0-uninstalled.pc.in           |    8 --------
 gmodule-no-export-2.0-uninstalled.pc.in |   14 --------------
 gobject-2.0-uninstalled.pc.in           |    7 -------
 gthread-2.0-uninstalled.pc.in           |    6 ------
 10 files changed, 3 insertions(+), 71 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cc4faca..f5c510d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,14 +54,7 @@ EXTRA_DIST += 			\
 	gthread-2.0.pc.in	\
 	gio-2.0.pc.in		\
 	gio-unix-2.0.pc.in	\
-	gio-windows-2.0.pc.in	\
-	glib-2.0-uninstalled.pc.in 	\
-	gobject-2.0-uninstalled.pc.in 	\
-	gmodule-2.0-uninstalled.pc.in	\
-	gthread-2.0-uninstalled.pc.in	\
-	gmodule-no-export-2.0-uninstalled.pc.in \
-	gio-2.0-uninstalled.pc.in		\
-	gio-unix-2.0-uninstalled.pc.in
+	gio-windows-2.0.pc.in
 
 
 # These may be in the builddir too
diff --git a/README.in b/README.in
index b85a6e9..fef70f4 100644
--- a/README.in
+++ b/README.in
@@ -48,6 +48,8 @@ Notes about GLib 2.32
 
 * It is now mandatory to include glib.h instead of individual headers.
 
+* The -uninstalled variants of the pkg-config files have been dropped.
+
 Notes about GLib 2.30
 =====================
 
diff --git a/configure.ac b/configure.ac
index fed8a9a..d229d3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3572,21 +3572,14 @@ AC_SUBST(gio_INCLUDES)
 
 AC_CONFIG_FILES([
 glib-2.0.pc
-glib-2.0-uninstalled.pc
 gmodule-2.0.pc
 gmodule-export-2.0.pc
 gmodule-no-export-2.0.pc
-gmodule-2.0-uninstalled.pc
-gmodule-no-export-2.0-uninstalled.pc
 gthread-2.0.pc
-gthread-2.0-uninstalled.pc
 gobject-2.0.pc
-gobject-2.0-uninstalled.pc
 gio-2.0.pc
 gio-unix-2.0.pc
 gio-windows-2.0.pc
-gio-2.0-uninstalled.pc
-gio-unix-2.0-uninstalled.pc
 glib-zip
 glib-gettextize
 Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]