From 5c7059c95550532629c5fb557ddd68a1b84a812a Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 11 Feb 2006 17:16:53 +0000 Subject: [PATCH] * In preperation for other commits, bump required version of AM to 1.9.6, otherwise we have to work around the path prefix issue for m4_include. This commit was SVN r8984. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 3121140628..8c8fbff37c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -53,7 +53,7 @@ if test ! -z "$AUTOMAKE"; then ompi_automake_search="$AUTOMAKE" fi -ompi_automake_version="1.9" +ompi_automake_version="1.9.6" ompi_autoconf_version="2.59" ompi_libtool_version="1.5.16"