summaryrefslogtreecommitdiff
path: root/m4/ax_compiler_flags_gir.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-26 16:49:57 +0100
committerPeter Simons <simons@cryp.to>2015-01-26 16:49:57 +0100
commit7c414b6bb3f41bc5d72ff2eb60531a4cff5dbd24 (patch)
tree8a497a378c3aa3b8c150cc573ad2be87b4c1611e /m4/ax_compiler_flags_gir.m4
parent83c84c32f4c515005571cead4ca39cf6cceca051 (diff)
downloadautoconf-archive-7c414b6bb3f41bc5d72ff2eb60531a4cff5dbd24.tar.gz
Re-format AX_COMPILER_FLAGS_* into canon and bump the #serial numbers.
Diffstat (limited to 'm4/ax_compiler_flags_gir.m4')
-rw-r--r--m4/ax_compiler_flags_gir.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_compiler_flags_gir.m4 b/m4/ax_compiler_flags_gir.m4
index bdadbae..f26a8d2 100644
--- a/m4/ax_compiler_flags_gir.m4
+++ b/m4/ax_compiler_flags_gir.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_compiler_flags_gir.html
+# http://www.gnu.org/software/autoconf-archive/ax_compiler_flags_gir.html
# ===========================================================================
#
# SYNOPSIS
@@ -9,9 +9,9 @@
# DESCRIPTION
#
# Add warning flags for the g-ir-scanner (from GObject Introspection) to
-# VARIABLE, which defaults to WARN_SCANNERFLAGS. VARIABLE is AC_SUBST-ed by
-# this macro, but must be manually added to the SCANNERFLAGS variable for
-# each GIR target in the code base.
+# VARIABLE, which defaults to WARN_SCANNERFLAGS. VARIABLE is AC_SUBST-ed
+# by this macro, but must be manually added to the SCANNERFLAGS variable
+# for each GIR target in the code base.
#
# This macro depends on the environment set up by AX_COMPILER_FLAGS.
# Specifically, it uses the value of $ax_enable_compile_warnings to decide
@@ -26,7 +26,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_DEFUN([AX_COMPILER_FLAGS_GIR],[
AX_REQUIRE_DEFINED([AX_APPEND_FLAG])