Top level configure changes for VMS

DJ Delorie dj@redhat.com
Mon Dec 3 21:02:00 GMT 2001


> Here's an updated patch using cat <<"EOF"

Did you *test* it?  It doesn't work.  Try this shell script in a
directory with files starting with "foo":

#!/bin/sh
bar=grill
echo "foo* $bar"
cat <<EOF
foo* $bar
EOF
cat <<"EOF"
foo* $bar
EOF
cat <<\EOF
foo* $bar
EOF
cat <<\\EOF
foo* $bar
EOF



More information about the Gcc-patches mailing list