nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Building nmh 1.6 for Ubuntu 12.04


From: Paul Fox
Subject: Re: [Nmh-workers] Building nmh 1.6 for Ubuntu 12.04
Date: Wed, 16 Apr 2014 22:01:41 -0400

i have that problem too.  i'm running ubuntu 12.04, and 
some of the auto-stuff is out of date with respect to
nmh.

it builds fine if you edit configure.ac, and remove the
the "serial-tests" line at approximately line 11.

paul

diff --git a/configure.ac b/configure.ac
index 932809a..03eb663 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,8 @@ AC_PREREQ([2.68])
 AC_INIT([nmh], m4_normalize(m4_include([VERSION])), address@hidden)
 AC_CONFIG_SRCDIR([h/nmh.h])
 AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wall foreign serial-tests subdir-objects 1.12])
+#AM_INIT_AUTOMAKE([-Wall foreign serial-tests subdir-objects 1.12])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
 
 AC_CANONICAL_HOST
 


jeffrey wrote:
 > [Trying again with Reply to All]
 > 
 > I'm running into a problem when running autogen.sh:
 > 
 > address@hidden:nmh$ ./autogen.sh
 > 
 > + autoreconf -v -i
 > 
 > autoreconf: Entering directory `.'
 > 
 > autoreconf: configure.ac: not using Gettext
 > 
 > autoreconf: running: aclocal -I m4
 > 
 > autoreconf: configure.ac: tracing
 > 
 > autoreconf: configure.ac: not using Libtool
 > 
 > autoreconf: running: /usr/bin/autoconf
 > 
 > autoreconf: running: /usr/bin/autoheader
 > 
 > autoreconf: running: automake --add-missing --copy --no-force
 > 
 > configure.ac:11: option `serial-tests' not recognized
 > 
 > autoreconf: automake failed with exit status: 1
 > 
 > 
 > Thanks
 > 
 > Jeff
 > 
 > -- 
 > Jeffrey C. Honig <address@hidden>
 > http://www.honig.net/jch
 > GnuPG ID:14E29E13 <http://www.honig.net/jch/key.shtml>
 > 

----------------------
 paul fox, address@hidden (arlington, ma, where it's 30.0 degrees)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]