]> git.donarmstrong.com Git - lilypond.git/commitdiff
(gui_b): Remove handy developer-only
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 3 Jan 2005 13:34:01 +0000 (13:34 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 3 Jan 2005 13:34:01 +0000 (13:34 +0000)
PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
CVS source installations (but break other non-default but correct
PKG_CONFIG_PATH setups), as this is no longer developer-only.

ChangeLog
configure.in

index 92e4e06c127f4f32dfe52b1d6ba06bf01c3390d9..1a23de0933254051f6594ef19842082f2f15fd8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * configure.in (gui_b): Remove handy developer-only
+       PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
+       CVS source installations (but break other non-default but correct
+       PKG_CONFIG_PATH setups), as this is no longer developer-only.
+
        * SConstruct: 
        * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
        compatibility (backportme).
index 9d6618dc0f66966d048117c5f30553ab9a711038..64daff2952767ae88e19f0e36c8e1c934ab5c875 100644 (file)
@@ -88,13 +88,6 @@ else
     fi
 fi
 
-# This is developer only anyway, help pkgconfig a bit
-export PKG_CONFIG_PATH
-PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH
-PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:$PKG_CONFIG_PATH
-PKG_CONFIG_PATH=$HOME/usr/pkg/gnome/lib/pkgconfig:$PKG_CONFIG_PATH
-PKG_CONFIG_PATH=$HOME/usr/pkg/pango/lib/pkgconfig:$PKG_CONFIG_PATH
-
 if test "$gui_b" = "yes"; then
     STEPMAKE_GTK2
 fi