]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: propose pkg-config merge.
authorGary V. Vaughan <gary@gnu.org>
Sat, 21 Apr 2001 17:36:45 +0000 (17:36 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 21 Apr 2001 17:36:45 +0000 (17:36 +0000)
ChangeLog
TODO

index 61f91e66cccac127eceaa8dfdb75591e26478bf7..2850d50f0ce9cd0777f62075817afbe026a7d539 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-21  Gary V. Vaughan  <gvv@techie.com>
+
+       * TODO:  propose pkg-config merge.
+
 2001-04-21  Nick Hudson  <skrll@netbsd.org>
 
        * ltmain.in: Correct an error in yesterday's patch.
diff --git a/TODO b/TODO
index 535e5e62cb466015758e74f6219abf563a2f252f..9d6121aa1cbc794c1218489ddbf7cd356cd3d470 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,6 +25,21 @@ libraries in sibling subdirectories within a project, using the -L
 notation, without getting builddir pathnames ever mentioned in .la
 files that get installed.
 
+* Eric Lemings <elemings@cyberia.lemings.com> writes:
+  Because of a growing number of config scripts for packages in GNOME 1.2
+  (e.g. glib-config, xml-config, orbit-config. etc), development of GNOME
+  2.0 spawned a separate tool called pkg-config that allows all packages
+  to use one tool rather than several different scripts to query compile
+  flags, link flags, and other configuration data.
+
+  The functionality of pkg-config seems to me to have a lot of overlap
+  with the goals of libtool.  I was wondering if anyone had considered
+  adding an eighth mode to libtool that just queries the installed
+  library for the same information that pkg-config provides.  Since
+  most packages that use pkg-config also use libtool, I think this
+  would be a good way to reduce maintainer and developer dependencies.
+
+
 In the future:
 **************