if test "x$all_tests" = "xbad"; then # $all_tests is an internal variable in the configure script # the configure script may also be terminated with AC_MSG_ERROR echo "" echo "Please fix the problems, and run ./configure again." echo "" exit 1 else echo "" echo "" echo "Configure report:" echo "" echo " Install prefix: $prefix" echo -n " Auto-away feature: " if test -z "$LIB_XSCREENSAVER"; then echo "no (extension not detected)" else echo "yes" fi echo -n " Debugging messages: " if test "x$enable_debug_output" = "xyes"; then echo "yes (KMess will be slow!)" else echo "no (good!)" fi echo -n " Binary relocatable: " if test "x$br_cv_binreloc" = "xyes"; then echo "yes" else echo "no (only supported in Linux)" fi echo "" fi