From: Brian Aker Date: Mon, 22 Oct 2012 03:49:27 +0000 (-0400) Subject: Update init automake X-Git-Tag: 1.0.14~21^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=fb6adee4a343109827b293a7718a09daed9c4466;p=awesomized%2Flibmemcached Update init automake --- diff --git a/configure.ac b/configure.ac index a6a4f76b..454f5c6a 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_CANONICAL_TARGET AC_ARG_PROGRAM AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability subdir-objects foreign tar-ustar]) +AM_INIT_AUTOMAKE([1.11 color-tests -Wno-portability subdir-objects foreign tar-ustar]) AC_PREREQ([2.61])