summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-27 13:15:02 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-27 13:15:02 +0000
commit5be014aeca2947719ddec347eee6df2001ad1bee (patch)
treeb14b263f4e97147f3b81e14c602f3f35a5a3cc13 /Makefile.am
parent68d8f7c667b7438a2d8754e0f1ca2be39f0c239a (diff)
downloadpcre-5be014aeca2947719ddec347eee6df2001ad1bee.tar.gz
Daniel Richard G's patch for checking POSIX threads when JIT is configure.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1019 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 73b33ae..798759e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,6 +93,10 @@ MAINTAINERCLEANFILES =
# the Autotools include by default.
EXTRA_DIST =
+# These files contain additional m4 macros that are used by autoconf.
+EXTRA_DIST += \
+ m4/ax_pthread.m4
+
# These files contain maintenance information
EXTRA_DIST += \
doc/perltest.txt \