Assume Solaris specific bi-arch conventions on Solaris systems.
[gnulib.git] / ChangeLog
index 4592840..c4682c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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.