30 Aug
2011
30 Aug
'11
6:52 p.m.
In order to avoid the 99 char filename limit, force the ustar format, so we extend the limit to 255 bytes instead. Signed-off-by: Gergely Nagy <algernon@balabit.hu> --- configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index daa2b4d..2685568 100644 --- a/configure.in +++ b/configure.in @@ -53,6 +53,7 @@ else fi AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) +_AM_PROG_TAR([ustar]) if test -n "$SNAPSHOT_VERSION"; then VERSION=$VERSION+$SNAPSHOT_VERSION fi -- 1.7.5.4