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

/freebsd-10.0-release/contrib/subversion/
H A Dautogen.sh74 ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
76 if [ ! -f $ltfile ]; then
77 echo "$ltfile not found (try setting the LIBTOOL_M4 environment variable)"
81 echo "Copying libtool helper: $ltfile"
88 cp $ltfile build/libtool.m4
94 ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/$file}
96 if [ ! -f $ltfile ]; then
97 echo "$ltfile not found (try setting the LIBTOOL_M4 environment variable)"
101 echo "Copying libtool helper: $ltfile"
102 cp $ltfile buil
[all...]
/freebsd-10.0-release/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 55 milliseconds