From 79e359fcd526bf360d837d82de2371759151c38d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 11 Jan 2004 23:53:39 +0000 Subject: [PATCH] Temporary fix for Automake 1.8 This commit was SVN r279. --- config/mca_acinclude.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mca_acinclude.m4 b/config/mca_acinclude.m4 index a0d6099b04..ee92187b8f 100644 --- a/config/mca_acinclude.m4 +++ b/config/mca_acinclude.m4 @@ -31,7 +31,8 @@ dnl Macro to allow SSI configure.stub files to [effectively] sinclude dnl other m4 files dnl -define([LAM_INCLUDE], [sinclude($1)])dnl +dnl JMS Need to fix this somehow -- AM 1.8 doesn't like it +dnl define([LAM_INCLUDE], [sinclude($1)])dnl dnl dnl This will be replaced with sinclude(configure.stub) if it exists