Use Gnulib's `byteswap' module.
commit91ab45a01ca51b1dc64af69a9486311075da459a
authorLudovic Court`es <ludovic.courtes@laas.fr>
Thu, 8 Feb 2007 10:44:42 +0000 (8 10:44 +0000)
committerLudovic Court`es <ludovic.courtes@laas.fr>
Thu, 8 Feb 2007 10:44:42 +0000 (8 10:44 +0000)
tree2950b1620af7e12dc1239bc6e7f88b95fd8704f7
parent7199931407696ed30db372ed2113ccdb5b0c0d45
Use Gnulib's `byteswap' module.

* Makefile.am (SUBDIRS): Added `lib'.
  (ACLOCAL_AMFLAGS): New.

* configure.ac: (AC_CONFIG_MACRO_DIR): New.
  (gl_INIT, gl_EARLY): New.
  No longer check for <byteswap.h>.  Output `lib/Makefile'.

* src/bytevector.c: Include <byteswap.h> unconditionally.
  (non_native_byteswap_16, non_native_byteswap_32): Removed, use
  `bswap_{16,32}' directly.
  (bswap_24): New macro (unused).

* tests/Makefile.am (check_DATA): Renamed to `EXTRA_DIST'.

git-archimport-id: lcourtes@laas.fr--2006-libre/guile-r6rs-libs--devo--0--patch-3
.arch-inventory
ChangeLog
Makefile.am
configure.ac
m4/.arch-inventory [new file with mode: 0644]
m4/gnulib-cache.m4 [new file with mode: 0644]
src/bytevector.c
tests/Makefile.am