diff options
author | Roger Meier <roger@apache.org> | 2014-10-22 14:09:43 +0200 |
---|---|---|
committer | Roger Meier <roger@apache.org> | 2014-10-22 14:09:43 +0200 |
commit | 81a1f996bc055c6833c829beaf9e5549db2a774d (patch) | |
tree | e5ffeeb97432f80d7b81eb185cc806782590d1d8 /configure.ac | |
parent | b006a5078339d125e62919bcc76956c9849000af (diff) | |
download | thrift-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-x | configure.ac | 2 |
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. |