chiark / gitweb /
Include @<ctype.h>@.
[mLib] / configure.in
index c41e59b610a7f778a588718f4f878856ef33804b..b49f4945442c94d779ca5c109a7cb77b227722bb 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.27 2000/08/15 21:39:13 mdw Exp $
+dnl $Id: configure.in,v 1.29 2001/06/22 19:34:07 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
@@ -29,6 +29,13 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.29  2001/06/22 19:34:07  mdw
+dnl Find out whether @<float.h>@ exists (hack for uC-Linux).
+dnl
+dnl Revision 1.28  2000/10/08 11:07:55  mdw
+dnl Define a constant to tell @mdwopt@ that @str_qword@ is available.
+dnl Reinstate the `-pedantic' option to GCC.
+dnl
 dnl Revision 1.27  2000/08/15 21:39:13  mdw
 dnl New library configuration stuff from `common'.
 dnl
@@ -76,11 +83,14 @@ mdw_INIT_LIB(mLib, mLib, 2.0.0pre4)
 
 AC_PROG_CC
 AM_PROG_LIBTOOL
-mdw_GCC_FLAGS(-Wall)
+mdw_GCC_FLAGS
+
+AC_CHECK_HEADERS(float.h)
 
 mdw_CHECK_MANYLIBS(socket, socket)
 mdw_CHECK_MANYLIBS(gethostbyname, nsl resolv)
 
+AC_DEFINE(BUILDING_MLIB)
 mdw_OPT_mLib_DEBUG(mLib)
 
 AC_OUTPUT(Makefile man/Makefile mLib-config:lib-config.in)