pretty_print.m4 129 Bytes
AC_DEFUN([results], [
	printf '('
	if test x$[]enable_$1 = xyes; then
		printf '+'
	else
		printf '-'
	fi
	printf '%s) ' "$2"
])