[project @ 2003-08-19 12:35:47 by panne]
authorpanne <unknown>
Tue, 19 Aug 2003 12:35:47 +0000 (12:35 +0000)
committerpanne <unknown>
Tue, 19 Aug 2003 12:35:47 +0000 (12:35 +0000)
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.

aclocal.m4

index 1ba24b0..f4bff2d 100644 (file)
@@ -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