Searched refs:ltpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/subversion/
H A Dautogen.sh77 ltpath="`dirname $libtoolize`"
81 if [ -d "$ltpath/../share/aclocal/." ]; then
82 ltm4=`cd "$ltpath/../share/aclocal" && pwd`
85 echo " expected at: '$ltpath/../share/aclocal'"
127 if [ -d "$ltpath/../share/libtool/config/." ]; then
128 ltconfig=`cd "$ltpath/../share/libtool/config" && pwd`
129 elif [ -d "$ltpath/../share/libtool/build-aux/." ]; then
130 ltconfig=`cd "$ltpath/../share/libtool/build-aux" && pwd`
133 echo " expected at: '$ltpath/../share/libtool/config'"
134 echo " or: '$ltpath/
[all...]
/freebsd-10.3-release/contrib/apr/
H A Dbuildconf74 ltpath=`dirname $libtoolize`
75 ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4

Completed in 107 milliseconds