Debian Automated Code Analysis

checkbashisms analysis of qingy_0.9.7-2.dsc

possible bashism in ./configure line 21078 (should be 'b = a'):
			if test "$GCCMAJOR" == "3" -o "$GCCMAJOR" == "4"; then
possible bashism in ./configure line 21106 (should be 'b = a'):
					if test "$GCCMAJOR" == "4" -o "$GCCMINOR" == "4"; then
possible bashism in ./configure line 21939 (should be 'b = a'):
	if test "$enable_emacs" == "yes"; then
possible bashism in ./configure line 21943 (should be 'b = a'):
	 if test "$enable_emacs" == "yes"; then
possible bashism in ./configure line 22559 (should be 'b = a'):
	 if test "$USE_PAM" == "yes"; then
possible bashism in ./configure line 22577 (should be 'b = a'):
	if test "$enable_static_build" == "yes"; then
possible bashism in ./configure line 22586 (should be 'b = a'):
	 if test "$enable_static_build" == "yes"; then
possible bashism in ./configure line 22604 (should be 'b = a'):
	if test "$enable_crypto" == "openssl"; then
possible bashism in ./configure line 23321 (should be 'b = a'):
	elif test "$enable_crypto" == "libgcrypt"; then
possible bashism in ./configure line 24519 (should be 'b = a'):
	elif test "$enable_crypto" == "none" -o "$enable_crypto" == "no" -o "$enable_crypto" == "false"; then
possible bashism in ./configure line 24528 (should be 'b = a'):
	 if test "$enable_crypto" == "openssl"; then
possible bashism in ./configure line 24536 (should be 'b = a'):
	 if test "$enable_crypto" == "libgcrypt"; then
possible bashism in ./configure line 24544 (should be 'b = a'):
	 if test "$enable_crypto" == "libgcrypt" -o "$enable_crypto" == "openssl"; then
possible bashism in ./configure line 24562 (should be 'b = a'):
	if test "$enable_screen_savers" == "yes"; then
possible bashism in ./configure line 24572 (should be 'b = a'):
	 if test "$enable_screen_savers" == "yes"; then
possible bashism in ./configure line 24618 (should be 'b = a'):
	if test "$enable_gpm_lock" == "yes"; then
possible bashism in ./configure line 24638 (should be 'b = a'):
	if test "$enable_x_support" == "yes"; then
possible bashism in ./configure line 25078 (should be 'b = a'):
	if test "$enable_DirectFB_support" == "yes"; then
possible bashism in ./configure line 25292 (should be 'b = a'):
	 if test "$enable_DirectFB_support" == "yes"; then
possible bashism in ./configure line 25377 (should be 'b = a'):
	if test "$GPM_LOCK" == "none" -a "$enable_gpm_lock" == "yes"; then
possible bashism in ./configure line 25380 (should be 'b = a'):
	 if test "$enable_gpm_lock" == "yes" -a "$GPM_LOCK" != "none"; then
possible bashism in ./configure line 25474 (should be 'b = a'):
 	if test "$DISTRO" == "slackware"; then
possible bashism in ./configure line 25476 (should be 'b = a'):
	elif test "$DISTRO" == "gentoo"; then
possible bashism in ./media/gpm-lock/slackware/pre_GUI.sh line 7 (should be 'b = a'):
if [ "$status" == "0" ]; then

This report was generated on Fri, 17 Dec 2010 02:38:16 +0000, based on results by checkbashisms 2.10.65git5