| 1 |
--- ORBit2-2.14.3/orbit2-config.in.multilib 2006-09-05 14:36:59.000000000 -0400
|
| 2 |
+++ ORBit2-2.14.3/orbit2-config.in 2006-09-05 14:44:29.000000000 -0400
|
| 3 |
@@ -1,11 +1,11 @@
|
| 4 |
#! /bin/sh
|
| 5 |
|
| 6 |
-prefix=@prefix@
|
| 7 |
-exec_prefix=@exec_prefix@
|
| 8 |
-exec_prefix_set=no
|
| 9 |
-includedir=@includedir@
|
| 10 |
-libdir=@libdir@
|
| 11 |
[ -z "$PKG_CONFIG" ] && PKG_CONFIG="pkg-config"
|
| 12 |
+prefix=`${PKG_CONFIG} --variable prefix ORBit-2.0`
|
| 13 |
+exec_prefix=`${PKG_CONFIG} --variable exec_prefix ORBit-2.0`
|
| 14 |
+exec_prefix_set=no
|
| 15 |
+includedir=`${PKG_CONFIG} --variable includedir ORBit-2.0`
|
| 16 |
+libdir=`${PKG_CONFIG} --variable libdir ORBit-2.0`
|
| 17 |
|
| 18 |
usage()
|
| 19 |
{
|