nmh-workers
[Top] [All Lists]

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

2014-04-16 21:02:01
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])), [nmh-workers@nongnu.org])
 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:

jch@kismet[535]: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 <jch@honig.net>
http://www.honig.net/jch
GnuPG ID:14E29E13 <http://www.honig.net/jch/key.shtml>


----------------------
 paul fox, pgf@foxharp.boston.ma.us (arlington, ma, where it's 30.0 degrees)

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>