aboutsummaryrefslogblamecommitdiffstats
path: root/m4/pretty_print.m4
blob: 75df7228e2122efc3d0ea552f885fe5a0db5b1ab (plain) (tree)
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"
])