Home | History | Annotate | Download | only in libffi

Lines Matching refs:LTMAIN

203 ltmain=
313 Usage: $progname [OPTION]... LTMAIN [HOST]
339 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
397 if test -z "$ltmain"; then
398 ltmain="$option"
413 if test -z "$ltmain"; then
414 echo "$progname: you must specify a LTMAIN file" 1>&2
419 if test ! -f "$ltmain"; then
420 echo "$progname: \`$ltmain' does not exist" 1>&2
507 # Assume the source directory is the same one as the path to LTMAIN.
508 srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
509 test "$srcdir" = "$ltmain" && srcdir=.
633 . $ltmain
2143 # Only quote variables if we're using ltmain.sh.
2144 case $ltmain in
2200 # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
2568 case $ltmain in
2767 # Append the ltmain.sh script.
2768 sed '$q' "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)
2780 echo "FIXME: would compile $ltmain"