Lines Matching refs:ofile
133 ofile="$default_ofile"
1927 if test ! -f "${ofile}"; then
1928 AC_MSG_WARN([output file \`$ofile' does not exist])
1932 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1934 AC_MSG_WARN([output file \`$ofile' does not look like a libtool script])
1936 AC_MSG_WARN([using \`LTCC=$LTCC', extracted from \`$ofile'])
1940 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1943 # Extract list of available tagged configurations in $ofile.
1945 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1957 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1964 echo appending configuration tag \"$tagname\" to $ofile
1991 …d -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1992 mv "${ofile}T" "$ofile"
1993 chmod +x "$ofile"
1995 rm -f "${ofile}T"
4105 [cfgfile="${ofile}T"
4109 creating $ofile])],
4110 [cfgfile="$ofile"])
4494 mv -f "$cfgfile" "$ofile" || \
4495 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4496 chmod +x "$ofile"