summaryrefslogtreecommitdiff
path: root/m4/ax_append_flag.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-08 02:10:56 +0200
committerPeter Simons <simons@cryp.to>2011-07-08 02:10:56 +0200
commitdc74e8f6c4ad27f591b974200b3856b7a1ce6f27 (patch)
tree2fc6d0a1ba9767142cfe8a6f9441712afcf2cbd8 /m4/ax_append_flag.m4
parent48a6e6207703e403198a07efa9adc6d38f9d364f (diff)
downloadautoconf-archive-dc74e8f6c4ad27f591b974200b3856b7a1ce6f27.tar.gz
Updated serial numbers, and re-formatted the macro to be consistent with the rest of the archive.
Diffstat (limited to 'm4/ax_append_flag.m4')
-rw-r--r--m4/ax_append_flag.m421
1 files changed, 11 insertions, 10 deletions
diff --git a/m4/ax_append_flag.m4 b/m4/ax_append_flag.m4
index 841128f..1d38b76 100644
--- a/m4/ax_append_flag.m4
+++ b/m4/ax_append_flag.m4
@@ -8,12 +8,13 @@
#
# DESCRIPTION
#
-# FLAG is appended to the FLAGS-VARIABLE shell variable, with a space added
-# in between.
+# FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
+# added in between.
#
# If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
# CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains
-# FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly FLAG.
+# FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
+# FLAG.
#
# NOTE: Implementation based on AX_CFLAGS_GCC_OPTION.
#
@@ -23,14 +24,14 @@
# Copyright (c) 2011 Maarten Bosmans <mkbosmans@gmail.com>
#
# This program is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the Free
-# Software Foundation, either version 3 of the License, or (at your option)
-# any later version.
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
#
# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -48,7 +49,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 1
+#serial 2
AC_DEFUN([AX_APPEND_FLAG],
[AC_PREREQ(2.59)dnl for _AC_LANG_PREFIX