summaryrefslogtreecommitdiff
path: root/m4/ax_asm_inline.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-11-08 11:37:54 +0100
committerPeter Simons <simons@cryp.to>2010-11-08 11:37:54 +0100
commit584691a1b7c4a288cb42333b68754b544564fd76 (patch)
treecc0adba2e524603ab818025201404cc5af964b4b /m4/ax_asm_inline.m4
parentd177db57f1ad5b8dbe87411e7c1fc60ac11e0cfb (diff)
downloadautoconf-archive-584691a1b7c4a288cb42333b68754b544564fd76.tar.gz
Updated the NEWS file describe ax_asm_inline.m4 and ax_forceinline.m4.
Furthermore, updated both macros to use word wrapping boundaries consistent with the rest of the archive.
Diffstat (limited to 'm4/ax_asm_inline.m4')
-rw-r--r--m4/ax_asm_inline.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_asm_inline.m4 b/m4/ax_asm_inline.m4
index ec2649c..da08090 100644
--- a/m4/ax_asm_inline.m4
+++ b/m4/ax_asm_inline.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_asm_inline.html
+# http://www.gnu.org/software/autoconf-archive/ax_asm_inline.html
# ===========================================================================
#
# SYNOPSIS
@@ -8,9 +8,9 @@
#
# DESCRIPTION
#
-# Tests for C compiler support of inline assembly instructions.
-# If inline assembly is supported, this macro #defines
-# ASM_INLINE to be the appropriate keyword.
+# Tests for C compiler support of inline assembly instructions. If inline
+# assembly is supported, this macro #defines ASM_INLINE to be the
+# appropriate keyword.
#
# LICENSE
#
@@ -22,7 +22,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_DEFUN([AX_ASM_INLINE], [
AC_LANG_PUSH([C])