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

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

Completed in 160 milliseconds