summaryrefslogtreecommitdiff
path: root/m4/ax_check_aligned_access_required.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-04-26 21:31:52 +0200
committerPeter Simons <simons@cryp.to>2009-04-26 21:31:52 +0200
commit21db849630dd89e93dcf57a84269a2bd68b16e1c (patch)
tree97e1b91396077c6e1b7e1f042f76e1b67870eeeb /m4/ax_check_aligned_access_required.m4
parent5d98f0f25f5fd9fa3f7eba22dddbaf709d3d0497 (diff)
downloadautoconf-archive-21db849630dd89e93dcf57a84269a2bd68b16e1c.tar.gz
ALL: consistency edits (see NEWS)
* Consistently refer to this project as Autoconf Archive. * Removed the LAST MODIFICATION section, because that information is redundant in the presence of Git. * COPYLEFT has been renamed to LICENSE: some licenses, like all-permissive, are no copylefts.
Diffstat (limited to 'm4/ax_check_aligned_access_required.m4')
-rw-r--r--m4/ax_check_aligned_access_required.m412
1 files changed, 4 insertions, 8 deletions
diff --git a/m4/ax_check_aligned_access_required.m4 b/m4/ax_check_aligned_access_required.m4
index c2dd78b..4db04b0 100644
--- a/m4/ax_check_aligned_access_required.m4
+++ b/m4/ax_check_aligned_access_required.m4
@@ -19,11 +19,7 @@
# standard usage). Structures loaded from a file (or mmapped to memory)
# should be accessed per-byte in that case to avoid segfault type errors.
#
-# LAST MODIFICATION
-#
-# 2008-04-12
-#
-# COPYLEFT
+# LICENSE
#
# Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
#
@@ -49,9 +45,9 @@
# all other use of the material that constitutes the Autoconf Macro.
#
# This special exception to the GPL applies to versions of the Autoconf
-# Macro released by the Autoconf Macro Archive. When you make and
-# distribute a modified version of the Autoconf Macro, you may extend this
-# special exception to the GPL to apply to your modified version as well.
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
AC_DEFUN([AX_CHECK_ALIGNED_ACCESS_REQUIRED],
[AC_CACHE_CHECK([if pointers to integers require aligned access],