mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
17 lines
567 B
Text
17 lines
567 B
Text
Index: apr/apr-config.in
|
|
===================================================================
|
|
RCS file: /home/cvspublic/apr/apr-config.in,v
|
|
retrieving revision 1.13
|
|
diff -u -r1.13 apr-config.in
|
|
--- apr-config.in 13 Mar 2002 20:39:08 -0000 1.13
|
|
+++ apr-config.in 14 Mar 2002 00:44:38 -0000
|
|
@@ -111,7 +111,8 @@
|
|
|
|
thisdir="`dirname $0`"
|
|
thisdir="`cd $thisdir && pwd`"
|
|
-if test "$bindir" = "$thisdir"; then
|
|
+tmpbindir="`cd $bindir && pwd`"
|
|
+if test "$tmpbindir" = "$thisdir"; then
|
|
location=installed
|
|
elif test "$APR_SOURCE_DIR" = "$thisdir"; then
|
|
location=source
|