From: sof Date: Tue, 24 Nov 1998 10:27:01 +0000 (+0000) Subject: [project @ 1998-11-24 10:27:01 by sof] X-Git-Tag: Approx_2487_patches~197 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d180e820fd70c4edc502a6051710bc2d54300cee;hp=bbe9c55569ffa1ea660a02d7349afb4ba659072d;p=ghc-hetmet.git [project @ 1998-11-24 10:27:01 by sof] Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN --- diff --git a/configure.in b/configure.in index f633852..ab3144c 100644 --- a/configure.in +++ b/configure.in @@ -598,6 +598,9 @@ AC_C_PROTOTYPES dnl ** are we big endian? AC_C_BIGENDIAN +# Allay users' general fear of warnings of any kind. +errprint((fptools configure script wizard sez: "don't worry, the above warning is harmless (to us.)") +) dnl ** determine the return type of signal() AC_TYPE_SIGNAL