]> diplodocus.org Git - nmh/commitdiff
Removed color-tests from AM_INIT_AUTOMAKE because the build
authorDavid Levine <levinedl@acm.org>
Sun, 17 Mar 2013 20:40:36 +0000 (15:40 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 17 Mar 2013 20:40:36 +0000 (15:40 -0500)
breaks if not supported, and automake 1.13 enables it by
default.

configure.ac

index 238e17a4ae83f59d22943c395cda3b61fb0f33dc..46c831b579643c4b788c4655e814a64d44f5b3dd 100644 (file)
@@ -8,7 +8,7 @@ AC_PREREQ([2.68])
 AC_INIT([nmh], m4_normalize(m4_include([VERSION])), [nmh-workers@nongnu.org])
 AC_CONFIG_SRCDIR([h/nmh.h])
 AC_CONFIG_HEADER([config.h])
 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 color-tests foreign serial-tests subdir-objects 1.12])
+AM_INIT_AUTOMAKE([-Wall foreign serial-tests subdir-objects 1.12])
 
 AC_CANONICAL_HOST
 
 
 AC_CANONICAL_HOST