summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-29 16:19:31 -0700
committerEric Blake <ebb9@byu.net>2008-12-29 16:19:31 -0700
commitc7c8c45b6ffb7dfb5baa56ba6f8995c85b90d4be (patch)
tree9d8494487a9be1043bcf34a73dc9562bcda01a8b /ChangeLog
parentb7b3a0029cd34fc620fbbe3eaff200439c5d2bbc (diff)
downloadautoconf-c7c8c45b6ffb7dfb5baa56ba6f8995c85b90d4be.tar.gz
Improve multiarch detection.
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options indicating a universal build more reliable. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f60e99af..fe0fb5c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-26 Bruno Haible <bruno@clisp.org>
+
+ Improve multiarch detection.
+ * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options
+ indicating a universal build more reliable.
+
2008-12-28 William Pursell <bill.pursell@gmail.com> (tiny change)
Use AS_CASE in documented example.