[project @ 1998-11-24 10:27:01 by sof]
authorsof <unknown>
Tue, 24 Nov 1998 10:27:01 +0000 (10:27 +0000)
committersof <unknown>
Tue, 24 Nov 1998 10:27:01 +0000 (10:27 +0000)
Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN

configure.in

index f633852..ab3144c 100644 (file)
@@ -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