summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/install/README.md2
-rw-r--r--doc/install/debian.md7
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index 75e412745..8f69510e7 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -9,7 +9,7 @@
## Requirements for building from source
* GNU build tools:
* autoconf 2.65
- * automake 1.9
+ * automake 1.13
* libtool 1.5.24
* pkg-config autoconf macros (pkg.m4)
* lex and yacc (developed primarily with flex and bison)
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 78dc626c3..3e3d74f81 100644
--- a/doc/install/debian.md
+++ b/doc/install/debian.md
@@ -5,9 +5,10 @@ The following command install all the required tools and libraries to build and
Then install the Java JDK of your choice. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it.
-Debian Lenny Users need some packages from backports
-
- sudo apt-get -t lenny-backports install automake libboost-test-dev
+Debian stable users need to manually install a more recent automake version:
+
+ wget http://ftp.debian.org/debian/pool/main/a/automake-1.14/automake_1.14.1-3_all.deb
+ sudo dpkg -i automake_1.14.1-3_all.deb
## Optional packages