From e4618182fba1d30ebee77c829fd43ad9aefcd8a7 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 3 Jan 2005 13:34:01 +0000 Subject: [PATCH] (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. --- ChangeLog | 5 +++++ configure.in | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92e4e06c12..1a23de0933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-01-03 Jan Nieuwenhuizen + * 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). diff --git a/configure.in b/configure.in index 9d6618dc0f..64daff2952 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5