]> andersk Git - splint.git/blobdiff - acinclude.m4
Updated build to use automake files created by Tim Van Holder.
[splint.git] / acinclude.m4
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644 (file)
index 0000000..14a4f0b
--- /dev/null
@@ -0,0 +1,13 @@
+m4_define([AH_LCLINT_TEMPLATE],
+[AH_VERBATIM([$1],
+             m4_text_wrap([$2 */], [   ], [/* ])
+             m4_text_wrap([$3@*/], [   ], [/*@])[
+#undef $1])])
+
+m4_define([AC_DEFINE_LCLINT],
+[AC_DEFINE_TRACE([$1])dnl
+AH_LCLINT_TEMPLATE([$1], [$3], [$4])dnl
+cat >>confdefs.h <<\_ACEOF
+[@%:@define] $1 [$2]
+_ACEOF
+])
This page took 0.027209 seconds and 4 git commands to generate.