From: panne Date: Tue, 19 Aug 2003 12:35:47 +0000 (+0000) Subject: [project @ 2003-08-19 12:35:47 by panne] X-Git-Tag: Approx_11550_changesets_converted~551 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fdbc4fd7803f523c17f186612d7912bac9a2d8f6 [project @ 2003-08-19 12:35:47 by panne] Expand the (a bit faulty) definition of AC_MSG_FAILURE, which is only available since autoconf 2.57. Thanks to Don for pointing this out. --- diff --git a/aclocal.m4 b/aclocal.m4 index 1ba24b0..f4bff2d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -73,7 +73,8 @@ AC_CACHE_CHECK([alignment of $1], AS_TR_SH([fp_cv_alignment_$1]), FP_COMPUTE_INT([(long) (&((struct { char c; $1 ty; } *)0)->ty)], [AS_TR_SH([fp_cv_alignment_$1])], [AC_INCLUDES_DEFAULT([$3])], - [AC_MSG_FAILURE([cannot compute alignment ($1), 77])]) + [AC_MSG_ERROR([cannot compute alignment ($1) +See `config.log' for more details.], [77])]) else AS_TR_SH([fp_cv_alignment_$1])=0 fi])dnl