summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-20 15:08:03 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-20 15:08:03 +0200
commit13eb40e3bcc935dc39a03d071f8ab2391c8c085e (patch)
tree2a6d5fbc7d7416567cda6efd358423f373aa162d /configure.ac
parent1b659e915f1fc87125c852a1d9dfe1e112a7389a (diff)
downloadmerchant-13eb40e3bcc935dc39a03d071f8ab2391c8c085e.tar.gz
merchant-13eb40e3bcc935dc39a03d071f8ab2391c8c085e.tar.bz2
merchant-13eb40e3bcc935dc39a03d071f8ab2391c8c085e.zip
use pax format for 'make dist' so that longer filenames are not excluded by chance
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9988288..633b8e97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([taler-merchant], [0.0.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
-AM_INIT_AUTOMAKE([subdir-objects])
+AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
# pretty build rules
AM_SILENT_RULES([yes])