Lines Matching refs:ofile
155 ofile="$default_ofile"
1847 if test ! -f "${ofile}"; then
1848 AC_MSG_WARN([output file `$ofile' does not exist])
1852 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1854 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1856 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1860 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1863 # Extract list of available tagged configurations in $ofile.
1865 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1877 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1884 echo appending configuration tag \"$tagname\" to $ofile
1931 …d -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1932 mv "${ofile}T" "$ofile"
1933 chmod +x "$ofile"
1935 rm -f "${ofile}T"
4311 [cfgfile="${ofile}T"
4314 AC_MSG_NOTICE([creating $ofile])],
4315 [cfgfile="$ofile"])
4695 mv -f "$cfgfile" "$ofile" || \
4696 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4697 chmod +x "$ofile"