Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
p4raw-id: //depot/metaconfig@23710
?LINT:set d_attribut
?LINT:known __attribute__
: Look for GNU-cc style attribute checking
+case "$d_attribut" in
+'')
echo " "
echo "Checking whether your compiler can handle __attribute__ ..." >&4
$cat >attrib.c <<'EOCP'
echo "Your C compiler doesn't seem to understand __attribute__ at all."
val="$undef"
fi
+;;
+*) val="$d_attribut" ;;
+esac
set d_attribut
eval $setvar
$rm -f attrib*