Lines Matching refs:ofile
157 ofile="$default_ofile"
1930 if test ! -f "${ofile}"; then
1931 AC_MSG_WARN([output file `$ofile' does not exist])
1935 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1937 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1939 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1943 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1946 # Extract list of available tagged configurations in $ofile.
1948 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1960 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1967 echo appending configuration tag \"$tagname\" to $ofile
2014 …d -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
2015 mv "${ofile}T" "$ofile"
2016 chmod +x "$ofile"
2018 rm -f "${ofile}T"
4373 [cfgfile="${ofile}T"
4376 AC_MSG_NOTICE([creating $ofile])],
4377 [cfgfile="$ofile"])
4761 mv -f "$cfgfile" "$ofile" || \
4762 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4763 chmod +x "$ofile"