summaryrefslogtreecommitdiff
path: root/fastjar/ChangeLog
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-18 01:38:46 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-18 01:38:46 +0000
commit3b246ee965f37c0178454f5ca308cdb31656c17f (patch)
tree6f941027b94e9b668e1114aa07febae33c90afcb /fastjar/ChangeLog
parent17df567cc8c370fe64bd7ce744d138802ed78344 (diff)
downloadgcc-3b246ee965f37c0178454f5ca308cdb31656c17f.tar.gz
2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF. * Makefile.am: Remove ACLOCAL_AMFLAGS. * aclocal.m4, Makefile.in, configure, config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r--fastjar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index bd3c4ca270b..e17b5e18671 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
+
+ * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
+ Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
+ * Makefile.am: Remove ACLOCAL_AMFLAGS.
+ * aclocal.m4, Makefile.in, configure, config.h.in: Regenerate.
+
2005-03-28 Marcin Dalecki <martin@dalecki.de>
* jartool.c (main): Indentation fixlet.