projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bb9ec
)
automake 1.12 generates some (apparently) harmless warnings, but the build
author
Lyndon Nerenberg
<lyndon@orthanc.ca>
Tue, 16 Oct 2012 00:06:40 +0000
(17:06 -0700)
committer
Lyndon 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2eb35f2
..
e4fcab6
100644
(file)
--- 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