On 07/13/2011 06:13 PM, Thomas Schwinge wrote:
Alternatively, gcc_GAS_CHECK_FEATURE could be changed to emit the
temporary file by using a shell here-doc, which is what AC_TRY_COMPILE is
doing, for example.

Change instead echo ifelse(...) > conftest.s to

  AS_ECHO([m4_if(...)]) > conftest.s

in gcc_GAS_CHECK_FEATURE.

Paolo

Reply via email to