summaryrefslogtreecommitdiff
path: root/m4/ax_append_link_flags.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_link_flags.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_link_flags.m4')
-rw-r--r--m4/ax_append_link_flags.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_append_link_flags.m4 b/m4/ax_append_link_flags.m4
index 8c6e0be..4fc4337 100644
--- a/m4/ax_append_link_flags.m4
+++ b/m4/ax_append_link_flags.m4
@@ -11,11 +11,11 @@
# For every FLAG1, FLAG2 it is checked whether the linker works with the
# flag. If it does, the flag is added FLAGS-VARIABLE
#
-# If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is used.
-# During the check the flag is always added to the linker's flags.
+# If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
+# used. During the check the flag is always added to the linker's flags.
#
-# If EXTRA-FLAGS is defined, it is added to the linker's default flags when
-# the check is done. The check is thus made with the flags: "LDFLAGS
+# If EXTRA-FLAGS is defined, it is added to the linker's default flags
+# when the check is done. The check is thus made with the flags: "LDFLAGS
# EXTRA-FLAGS FLAG". This can for example be used to force the linker to
# issue an error when a bad flag is given.
#
@@ -52,7 +52,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_LINK_FLAGS],
[for flag in $1; do