Index: configure.ac =================================================================== --- configure.ac (revision 794) +++ configure.ac (working copy) @@ -79,7 +79,8 @@ AC_CHECK_FUNCS([memchr memmove memset mkdir strchr strstr]) # Checks for check unit test framework -AM_PATH_CHECK([0.8.2], [ enable_check=yes ], [ enable_check=no ]) +# AM_PATH_CHECK([0.8.2], [ enable_check=yes ], [ enable_check=no ]) +enable_check = no AM_CONDITIONAL(ENABLE_UNIT_TEST, test $enable_check = "yes") # Checks for ncursesw Index: autogen.sh =================================================================== --- autogen.sh (revision 794) +++ autogen.sh (working copy) @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash set -x