Lines Matching refs:ofile
133 ofile="$default_ofile"
1923 if test ! -f "${ofile}"; then
1924 AC_MSG_WARN([output file \`$ofile' does not exist])
1928 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1930 AC_MSG_WARN([output file \`$ofile' does not look like a libtool script])
1932 AC_MSG_WARN([using \`LTCC=$LTCC', extracted from \`$ofile'])
1936 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1939 # Extract list of available tagged configurations in $ofile.
1941 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1953 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1960 echo appending configuration tag \"$tagname\" to $ofile
1987 …d -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1988 mv "${ofile}T" "$ofile"
1989 chmod +x "$ofile"
1991 rm -f "${ofile}T"
4101 [cfgfile="${ofile}T"
4105 creating $ofile])],
4106 [cfgfile="$ofile"])
4490 mv -f "$cfgfile" "$ofile" || \
4491 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4492 chmod +x "$ofile"