summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
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 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 797a1d4..cee608a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
set -ex
rm -rf autom4te.cache Makefile.in aclocal.m4
-aclocal --force
+aclocal --force -I m4
# GNU libtool is named differently on some systems. This code tries several
# variants like glibtoolize (MacOSX) and libtoolize1x (FreeBSD)