aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'general-concepts/autotools/quoting-1.txt')
-rw-r--r--general-concepts/autotools/quoting-1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/general-concepts/autotools/quoting-1.txt b/general-concepts/autotools/quoting-1.txt
new file mode 100644
index 0000000..db27eef
--- /dev/null
+++ b/general-concepts/autotools/quoting-1.txt
@@ -0,0 +1,7 @@
+# vim: set ft=config :
+
+AC_MSG_RESULT(the first)
+AC_MSG_RESULT([the second])
+AC_MSG_RESULT("the third")
+AC_MSG_RESULT(@<:@the fourth@:>@)
+AC_MSG_RESULT([@<:@the fifth@:>@])