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

/freebsd-10-stable/contrib/subversion/
H A Dautogen.sh94 ltfile="$ltm4/libtool.m4"
95 if [ ! -f "$ltfile" ]; then
96 echo "$ltfile not found $ltm4_error"
100 echo "Copying libtool helper: $ltfile"
107 cp "$ltfile" build/libtool.m4
113 ltfile="$ltm4/$file"
115 if [ ! -f "$ltfile" ]; then
116 echo "$ltfile not found $ltm4_error"
120 echo "Copying libtool helper: $ltfile"
121 cp "$ltfile" "buil
[all...]
/freebsd-10-stable/contrib/apr/
H A Dbuildconf61 ltfile=`pwd`/libtool.m4
70 ltfile=${LIBTOOL_M4-`eval "$ltfindcmd"`}
73 if [ -z "$ltfile" -o ! -f "$ltfile" ]; then
75 ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
78 if [ ! -f $ltfile ]; then
79 echo "$ltfile not found"
83 echo "buildconf: Using libtool.m4 at ${ltfile}."
85 cp -p $ltfile build/libtool.m4

Completed in 118 milliseconds