diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-10 01:27:54 +0000 |
---|---|---|
committer | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-10 01:27:54 +0000 |
commit | 2ba49b590ddf5e7634ce71e436ccf6e119b0bb10 (patch) | |
tree | c46ac741b5644790f6bb557b4907441a1670a52a /bfd/config.in | |
parent | baf6e97fe34d64813e70c232c69127c5ad031ace (diff) | |
download | fsf-binutils-gdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.zip fsf-binutils-gdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.tar.gz fsf-binutils-gdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.tar.bz2 |
2005-05-09 Kelley Cook <kcook@gcc.gnu.org>
* 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.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |