]> diplodocus.org Git - nmh/blobdiff - configure.ac
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
[nmh] / configure.ac
index 77f4165df9a63b35fbff6d41bb148c2b8f2ef80d..c3ebacf08d60cbad6637bc8431b8abe72626137c 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
 
@@ -819,4 +819,5 @@ dnl ---------------
 dnl OUTPUT MAKEFILE
 dnl ---------------
 AC_CONFIG_FILES([Makefile test/common.sh])
+AC_CONFIG_FILES([uip/spost], [chmod +x uip/spost])
 AC_OUTPUT