From: Bryan Duxbury Date: Thu, 24 Mar 2011 22:22:24 +0000 (+0000) Subject: THRIFT-1074. .keystore and .truststore are missing from the 0.6.0 distribution X-Git-Tag: 0.6.1~7 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1735a73cc189ef874b44160fbd06e0b7b778cfa9;p=common%2Fthrift.git THRIFT-1074. .keystore and .truststore are missing from the 0.6.0 distribution Patch: Jake Farrell git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1085165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.am b/Makefile.am index 64522766..abe87dad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,9 @@ ACLOCAL_AMFLAGS = -I ./aclocal SUBDIRS = compiler/cpp lib test dist-hook: - find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf + find $(distdir) -type f \( -iname ".deps" -or -iname ".libs" -or -iname ".gitignore" \ + -or -iname ".DS_Store" -or -iname "._*" \) | xargs rm -rf + find $(distdir) -type d \( -iname ".svn" -or -iname ".git" \) | xargs rm -rf print-version: @echo $(VERSION) diff --git a/configure.ac b/configure.ac index 629a83c0..ab804da6 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_INIT([thrift], [0.6.0]) AC_CONFIG_AUX_DIR([.]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9 tar-ustar]) AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules. (Normal --prefix is ignored for Python because