automake 1.12 generates some (apparently) harmless warnings, but the build
authorLyndon Nerenberg <lyndon@orthanc.ca>
Tue, 16 Oct 2012 00:06:40 +0000 (17:06 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Tue, 16 Oct 2012 00:06:40 +0000 (17:06 -0700)
fails becuase we invoke automake with -Werror.  Remove -Werror from the
automake options until the autotools gurus can patch things up.

configure.ac

index 2eb35f2..e4fcab6 100644 (file)
@@ -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