From d180e820fd70c4edc502a6051710bc2d54300cee Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 24 Nov 1998 10:27:01 +0000 Subject: [PATCH] [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 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4