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/f04485f0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f04485f0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f04485f0 Branch: refs/heads/api-options Commit: f04485f04e2f02e86ca6316a0b19ce9a8d3cc5fd Parents: 0b9bb15 Author: Benoit Chesneau <[email protected]> Authored: Sun Jan 5 10:22:05 2014 +0100 Committer: Alexander Shorin <[email protected]> Committed: Thu Jan 16 01:41:58 2014 +0400 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f04485f0/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
