diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-15 03:01:07 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-15 03:01:07 +0100 |
commit | 15eb883def371a660ee8c9e8f47edb164d0a7feb (patch) | |
tree | 0059cc4b3af4200df7aa37c88a1550a2523a1371 /misc | |
parent | c98a025193cd6aa8c8c8cc1cf3404b5f7b9251e1 (diff) | |
parent | bc589d30c18a0517804c1306869e77f67d0da3ec (diff) | |
download | xine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.gz xine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/xine-utils/xineutils.h => include/xine/xineutils.h
rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in index e1192cf46..3a3fd4b4d 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -6,10 +6,11 @@ unset prefix unset exec_prefix unset args -export PKG_CONFIG_PATH="$(cat <<'EOF' +PKG_CONFIG_PATH="`cat <<'EOF' @XINE_PKGCONFIG_DIR@ EOF -)${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" +`${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" +export PKG_CONFIG_PATH usage() { |