Lines Matching refs:ltmain
81 ltmain=
120 Usage: $progname [OPTION]... LTMAIN [HOST]
135 LTMAIN is the \`ltmain.sh' shell script fragment that provides basic libtool
166 if test -z "$ltmain"; then
167 ltmain="$option"
182 if test -z "$ltmain"; then
183 echo "$progname: you must specify a LTMAIN file" 1>&2
188 if test -f "$ltmain"; then :
190 echo "$progname: \`$ltmain' does not exist" 1>&2
243 # Assume the source directory is the same one as the path to ltmain.sh.
244 srcdir=`$echo "$ltmain" | $Xsed -e 's%/[^/]*$%%'`
245 test "$srcdir" = "$ltmain" && srcdir=.
1319 # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
1503 # Append the ltmain.sh script.
1504 cat "$ltmain" >> $ofile || (rm -f $ofile; exit 1)