summaryrefslogtreecommitdiff
path: root/m4/ax_save_flags.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-06 12:22:04 +0200
committerPeter Simons <simons@cryp.to>2013-10-06 12:22:04 +0200
commitb9deb3afa16850657b9b1aff016ed4412a1268d5 (patch)
tree759edf7d6d5635710e43d40394151bf6c1e15a8b /m4/ax_save_flags.m4
parent4221db96925e76739c95256791a406a2f96439fb (diff)
downloadautoconf-archive-b9deb3afa16850657b9b1aff016ed4412a1268d5.tar.gz
AX_{SAVE,RESTORE,SWITCH}_FLAGS: cosmetic changes to fix the texinfo pretty-printer
Diffstat (limited to 'm4/ax_save_flags.m4')
-rw-r--r--m4/ax_save_flags.m419
1 files changed, 9 insertions, 10 deletions
diff --git a/m4/ax_save_flags.m4 b/m4/ax_save_flags.m4
index 3f7bf7d..1e98c2a 100644
--- a/m4/ax_save_flags.m4
+++ b/m4/ax_save_flags.m4
@@ -10,22 +10,21 @@
#
# Save common compilation flags into temporary variables.
#
-# Compilation flags includes: CPPFLAGS, CFLAGS, CXXFLAGS,
-# LDFLAGS, LIBS, OBJCFLAGS.
+# Compilation flags includes: CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS, LIBS,
+# OBJCFLAGS.
#
-# By default these flags are saved to a global (empty) namespace,
-# but user could specify a specific NAMESPACE to AX_SAVE_FLAGS
-# macro and latter restore it by using AX_RESTORE_FLAGS(NAMESPACE).
+# By default these flags are saved to a global (empty) namespace, but user
+# could specify a specific NAMESPACE to AX_SAVE_FLAGS macro and latter
+# restore it by using AX_RESTORE_FLAGS(NAMESPACE).
#
-# AX_SAVE_FLAGS(mypackage)
-# CPPFLAGS="-Imypackagespath ${CPPFLAGS}"
-# dnl do some detection
-# AX_RESTORE_FLAGS(mypackage)
+# AX_SAVE_FLAGS(mypackage)
+# CPPFLAGS="-Imypackagespath ${CPPFLAGS}"
+# dnl .. do some detection ...
+# AX_RESTORE_FLAGS(mypackage)
#
# LICENSE
#
# Copyright (c) 2009 Filippo Giunchedi <filippo@esaurito.net>
-# Copyright (c) 2011 The Board of Trustees of the Leland Stanford Junior University
# Copyright (c) 2011 Russ Allbery <rra@stanford.edu>
# Copyright (c) 2013 Bastien ROUCARIES <roucaries.bastien+autoconf@gmail.com>
#