summaryrefslogtreecommitdiff
path: root/expat/acinclude.m4
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2019-11-26 13:19:03 +0000
committerChris Liddell <chris.liddell@artifex.com>2019-11-26 15:17:50 +0000
commit107babf6d3652ed9bcf26b20823ac935ba86634b (patch)
tree6aaebee69bbe1b57a515692f6fe1b9c182fd1f78 /expat/acinclude.m4
parentf25387684b5df27653e7f89a67e04d6151b92d02 (diff)
downloadghostpdl-107babf6d3652ed9bcf26b20823ac935ba86634b.tar.gz
Update expat to 2.2.9
And small makefile tweak to support it.
Diffstat (limited to 'expat/acinclude.m4')
-rw-r--r--expat/acinclude.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/expat/acinclude.m4 b/expat/acinclude.m4
new file mode 100644
index 000000000..7277ab29b
--- /dev/null
+++ b/expat/acinclude.m4
@@ -0,0 +1,12 @@
+# acinclude.m4 --
+#
+
+m4_include(conftools/ax-require-defined.m4)
+m4_include(conftools/ax-check-compile-flag.m4)
+m4_include(conftools/ax-check-link-flag.m4)
+m4_include(conftools/ax-append-flag.m4)
+m4_include(conftools/ax-append-compile-flags.m4)
+m4_include(conftools/ax-append-link-flags.m4)
+m4_include(conftools/expatcfg-compiler-supports-visibility.m4)
+
+### end of file