pretty_print.m4 129 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 AC_DEFUN([results], [ printf '(' if test x$[]enable_$1 = xyes; then printf '+' else printf '-' fi printf '%s) ' "$2" ])