Lines Matching refs:ofile
144 ofile="$default_ofile"
1790 if test ! -f "${ofile}"; then
1791 AC_MSG_WARN([output file `$ofile' does not exist])
1795 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1797 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1799 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1803 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1806 # Extract list of available tagged configurations in $ofile.
1808 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1820 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1827 echo appending configuration tag \"$tagname\" to $ofile
1874 …d -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1875 mv "${ofile}T" "$ofile"
1876 chmod +x "$ofile"
1878 rm -f "${ofile}T"
4185 [cfgfile="${ofile}T"
4188 AC_MSG_NOTICE([creating $ofile])],
4189 [cfgfile="$ofile"])
4569 mv -f "$cfgfile" "$ofile" || \
4570 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4571 chmod +x "$ofile"