aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-05-11 17:52:25 +0200
committerSimon Busch <morphis@gravedo.de>2012-05-11 17:52:25 +0200
commit24fff4d236027ba8ad45c81dc7386d4a2b575f4d (patch)
tree57f459e0a7065c0a1e79231d787f4e2deebee531 /libfsoframework/configure.ac
parent6890c40a920e2835df9dec31f7ffea34486d1431 (diff)
downloadcornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.tar.gz
cornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.tar.bz2
cornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.zip
Use ustar format for the distribution tar archive in all components of the stack
If we're not using ustar format for the tar archives we're getting problems when trying to package files with a path longer than 99 characters which isn't supported by the default tar format but by the ustart one.
Diffstat (limited to 'libfsoframework/configure.ac')
-rw-r--r--libfsoframework/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index edcbfceb..53f43800 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -18,7 +18,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip tar-ustar])
AM_MAINTAINER_MODE([enable])
AC_PROG_CC