From 2ba49b590ddf5e7634ce71e436ccf6e119b0bb10 Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Tue, 10 May 2005 01:27:54 +0000 Subject: 2005-05-09 Kelley Cook * configure.in: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF. * acinclude.m4: Don't sinclude accross.m4. * config.in, configure, Makefile.in, doc/Makefile.in: Regenerate. --- bfd/config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index cb5515c..b798166 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -302,13 +302,13 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The number of bytes in type long */ +/* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The number of bytes in type long long */ +/* The size of a `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG -/* The number of bytes in type off_t */ +/* The size of a `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T /* If using the C implementation of alloca, define if you know the -- cgit v1.1