Fix bitrotate module.
[pspp] / ChangeLog
index 4592840248a5d76895c459303d230227722798cb..d085060b00b483d68d6f620e816d016f59def779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-09-01  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/bitrotate (configure.ac): Need
+       AC_REQUIRE([AC_C_INLINE]).
+       (Description): Mention stdint.h.  Reported by Bruno Haible
+       <bruno@clisp.org>.
+
+       * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
+       Paolo Bonzini <bonzini@gnu.org>.
+
+2008-08-31  Bruno Haible  <bruno@clisp.org>
+
+       Assume Solaris specific bi-arch conventions on Solaris systems.
+       * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
+       mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
+       * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
+       work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
+       like acl_libdirstem.
+       (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
+       acl_libdirstem.
+       * NEWS: Mention the change.
+       Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
+
 2008-08-31  Jim Meyering  <meyering@redhat.com>
 
        * lib/strftime.h: Add comments describing the two added arguments.