any longer, as we don't use the results anymore. Also, no need to put
#include <locale.h> into config.h any longer, as this was only needed
for --with-included-gettext, which we have not supported for some
time.
+2007-11-05 Ben Pfaff <blp@gnu.org>
+
+ * configure.ac: No need for check for off_t or for the size of
+ float or long double any longer, as we don't use the results
+ anymore. Also, no need to put #include <locale.h> into config.h
+ any longer, as this was only needed for --with-included-gettext,
+ which we have not supported for some time.
+
2007-11-03 Ben Pfaff <blp@gnu.org>
Allow output files to overwrite input files (bug #21280).
AC_C_INLINE
-dnl Dont use AC_TYPE_OFF_T --- it doesnt generate the HAVE_TYPE macro
-AC_CHECK_TYPES(off_t)
-AC_CHECK_SIZEOF(float)
AC_CHECK_SIZEOF(double)
-AC_CHECK_SIZEOF(long double)
AC_C_BIGENDIAN
AC_PROG_LN_S
-dnl This is needed otherwise --with-included-gettext fails
-AH_BOTTOM([#include <locale.h>])
-
AC_ARG_ENABLE(
debug,
[AS_HELP_STRING([--enable-debug],
#include <config.h>
#include <xalloc.h>
#include <assert.h>
+#include <locale.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>