summaryrefslogtreecommitdiff
path: root/m4/ax_cxx_erase_iterator_type.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-14 14:17:35 +0100
committerPeter Simons <simons@cryp.to>2015-01-14 14:17:35 +0100
commitfdd0147db369adad10e16931961e9f6c98e928f6 (patch)
treecdd60cbcaae332e88e31d957659aab25a22d1567 /m4/ax_cxx_erase_iterator_type.m4
parente10435c2ba53c16174d16d2bbbc337f285c91389 (diff)
downloadautoconf-archive-fdd0147db369adad10e16931961e9f6c98e928f6.tar.gz
AX_CXX_ERASE_ITERATOR_TYPE: fix formatting
Diffstat (limited to 'm4/ax_cxx_erase_iterator_type.m4')
-rw-r--r--m4/ax_cxx_erase_iterator_type.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_cxx_erase_iterator_type.m4 b/m4/ax_cxx_erase_iterator_type.m4
index 83bc85e..af21ec1 100644
--- a/m4/ax_cxx_erase_iterator_type.m4
+++ b/m4/ax_cxx_erase_iterator_type.m4
@@ -1,6 +1,6 @@
-# ==================================================================================
+# ==============================================================================
# http://www.gnu.org/software/autoconf-archive/ax_cxx_erase_iterator_type.html
-# ==================================================================================
+# ==============================================================================
#
# SYNOPSIS
#
@@ -11,8 +11,8 @@
# If the compiler supports define erase with constant iterator or with
# classical iterator.
#
-# Define autoconfigured_erase_iterator to const_iterator if supported
-# and iterator if not supported.
+# Define autoconfigured_erase_iterator to const_iterator if supported and
+# iterator if not supported.
#
# Define HAVE_ERASE_CONSTANT_ITERATOR if supported
#
@@ -25,7 +25,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_DEFUN([AX_CXX_ERASE_ITERATOR_TYPE],
[dnl