summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-28 14:26:39 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-28 14:26:39 +0000
commit8944c0b2f3656c3bfc44cec71899ce8e6036c415 (patch)
tree6e0987b353e526e797b2cc2608e36b5e63f0a9f4 /configure.ac
parent819b9401f4dfed124695bf7672d9a1f4a3dbe1b2 (diff)
downloadlasso-8944c0b2f3656c3bfc44cec71899ce8e6036c415.tar.gz
lasso-8944c0b2f3656c3bfc44cec71899ce8e6036c415.tar.xz
lasso-8944c0b2f3656c3bfc44cec71899ce8e6036c415.zip
Core: set tar-pax as dist file format
* configure.ac: we could have more than 99 characters long path in the dist files, the pax format for tar archives support it.
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 3923dbaa..869f4c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ dnl Copy stamp REVISIO-INFO in the configure script.
AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign tar-pax])
dnl Support automake 1.11 silent mode
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Create rules to automaticaly regenerate the config header.