You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/03/27 15:03:51 UTC

couchdb commit: updated refs/heads/1.5.x to da4baa8

Repository: couchdb
Updated Branches:
  refs/heads/1.5.x a8f9c64eb -> da4baa846


use POSIX tar to support files length > 99


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/da4baa84
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/da4baa84
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/da4baa84

Branch: refs/heads/1.5.x
Commit: da4baa846d142bed20e191acc50356a229aad6cb
Parents: a8f9c64
Author: Benoit Chesneau <be...@apache.org>
Authored: Sun Jan 5 10:22:05 2014 +0100
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Mar 27 18:03:35 2014 +0400

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/da4baa84/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6c5ef5b..57a4268 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_HEADERS([src/snappy/google-snappy/config.h])
 
-AM_INIT_AUTOMAKE([1.6.3 foreign])
+AM_INIT_AUTOMAKE([1.6.3 foreign tar-ustar])
 
 AC_USE_SYSTEM_EXTENSIONS
 AC_ENABLE_SHARED