Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -3,12 +3,10 @@ AC_CANONICAL_HOST AC_PROG_CC AC_PROG_CPP -AC_CHECK_TOOL(AR, ar) -AC_PROG_RANLIB AC_PROG_LN_S AC_PROG_INSTALL AS_IF([test x"$GCC" = x"yes"], [ CFLAGS="$CFLAGS -Wall -Werror -pipe -std=c99 -pedantic"