summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-22 14:09:43 +0200
committerRoger Meier <roger@apache.org>2014-10-22 14:09:43 +0200
commit81a1f996bc055c6833c829beaf9e5549db2a774d (patch)
treee5ffeeb97432f80d7b81eb185cc806782590d1d8 /configure.ac
parentb006a5078339d125e62919bcc76956c9849000af (diff)
downloadthrift-81a1f996bc055c6833c829beaf9e5549db2a774d.tar.gz
THRIFT-2602 fix missing dist files
- add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15aedf739..c49cb6039 100755
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([thrift], [1.0.0-dev])
AC_CONFIG_AUX_DIR([.])
-AM_INIT_AUTOMAKE([1.11 tar-ustar])
+AM_INIT_AUTOMAKE([1.13 tar-ustar])
PKG_PROG_PKG_CONFIG
AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules.