PATCH RFA: Support --enable-build-with-cxx at top level

Dave Korn dave.korn.cygwin@googlemail.com
Mon Jun 22 21:20:00 GMT 2009


Ralf Wildenhues wrote:

>The most conservative quoting is something like
>   x"$withval"
> 
> as some old test programs (or shells) do the wrong thing when the
> arguments start with a hyphen.  

  The way I interpreted this extract from libtool/tests/sh.test (which I
happened to run into just the other day):

# Check for using test X... instead of test "X...
if $EGREP -n -e 'test[  ]+(![   ])?(-.[         ]+)?X' $scripts; then
  echo "use \`test \"X...\"' instead of \`test X'"
  status=$EXIT_FAILURE
fi

# Check for using test $... instead of test "$...
if $EGREP -n -e 'test[  ]+(![   ])?(-.[         ]+)?X?\$' $scripts; then
  echo "use \`test \"\$...\"' instead of \`test \$'"
  status=$EXIT_FAILURE
fi

... was that both the 'x' and the $variable should be inside the quotes when
using this syntax.  Did I misunderstand?

    cheers,
      DaveK



More information about the Gcc-patches mailing list