From: Lyndon Nerenberg Date: Tue, 16 Oct 2012 00:06:40 +0000 (-0700) Subject: automake 1.12 generates some (apparently) harmless warnings, but the build X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=72ebd7fbe240b0cfe889025a1f05e318da8a5823;p=mmh automake 1.12 generates some (apparently) harmless warnings, but the build fails becuase we invoke automake with -Werror. Remove -Werror from the automake options until the autotools gurus can patch things up. --- diff --git a/configure.ac b/configure.ac index 2eb35f2..e4fcab6 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ([2.61]) AC_INIT([nmh], m4_normalize(m4_include([VERSION])), [nmh-workers@nongnu.org]) AC_CONFIG_SRCDIR([h/nmh.h]) AC_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_CANONICAL_HOST