diff -ur clamav-0.97.5/configure.ac clamav-0.97.5-am/configure.ac --- clamav-0.97.5/configure.ac 2012-06-28 11:10:46.795377403 +0200 +++ clamav-0.97.5-am/configure.ac 2012-06-28 11:01:44.658245193 +0200 @@ -54,6 +54,8 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET +AM_PROG_AR +AM_PROG_CC_C_O LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT([dlopen disable-static]) @@ -469,7 +471,7 @@ if test "$enable_check_ut" != "no" ; then AC_LIB_FIND([check],[check.h], - AC_LANG_PROGRAM([#include ],[srunner_create(0)]), + [AC_LANG_PROGRAM([#include ],[srunner_create(0)])], [CHECK_CPPFLAGS="$INCCHECK"; CHECK_LIBS="$LTLIBCHECK"], []) fi @@ -1549,8 +1551,8 @@ if test "$enable_clamdtop" != "no"; then AC_LIB_FIND([ncurses], [ncurses/ncurses.h], - AC_LANG_PROGRAM([#include ], - [initscr(); KEY_RESIZE;]), + [AC_LANG_PROGRAM([#include ], + [initscr(); KEY_RESIZE;])], [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES"; CURSES_INCLUDE=""], []) @@ -1558,8 +1560,8 @@ if test "X$HAVE_LIBNCURSES" != "Xyes"; then HAVE_LIBNCURSES= AC_LIB_FIND([ncurses], [ncurses.h], - AC_LANG_PROGRAM([#include ], - [initscr(); KEY_RESIZE;]), + [AC_LANG_PROGRAM([#include ], + [initscr(); KEY_RESIZE;])], [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES"; CURSES_INCLUDE=""], []) @@ -1567,8 +1569,8 @@ if test "X$HAVE_LIBNCURSES" != "Xyes"; then AC_LIB_FIND([pdcurses],[curses.h], - AC_LANG_PROGRAM([#include ], - [initscr(); KEY_RESIZE;]), + [AC_LANG_PROGRAM([#include ], + [initscr(); KEY_RESIZE;])], [CURSES_CPPFLAGS="$INCPDCURSES"; CURSES_LIBS="$LTLIBPDCURSES"; CURSES_INCLUDE=""], --- clamav-0.98/configure.ac~ 2013-10-14 20:17:59.000000000 +0200 +++ clamav-0.98/configure.ac 2013-10-14 20:19:05.824615211 +0200 @@ -34,7 +34,7 @@ dnl -Wall and -Werror here are NOT CFLAGS, they refer to automake warnings dnl enable stealth builds and psychedelic tests -AM_INIT_AUTOMAKE([1.10 -Wall -Wportability -Wno-override -Werror std-options foreign dist-bzip2 no-define tar-ustar]) +AM_INIT_AUTOMAKE([1.10 -Wall -Wportability -Wno-override std-options foreign dist-bzip2 no-define tar-ustar]) dnl we told automake to not define these, since we want to include dnl the date in the version