You can set the environment-variable DIALOG to whatever program you
want to check. Default is "../dialog", the program just built.

Use
	 export DIALOG=/usr/bin/dialog
for sh or 
	setenv DIALOG /usr/bin/dialog
for csh to test the /usr/bin/dialog program.

