configure: pass tar-ustar as automake init option

So that our released tarballs can contain filenames longer than 99
characters we tell automake to create tarballs using the ustar format.
This is newer than the default v7 format but still old enough to be
considered widely portable.
This commit is contained in:
Robert Bragg 2011-06-14 15:08:17 +01:00
parent 5a6fbf7e52
commit ec62acfd6a

View File

@ -97,7 +97,7 @@ AC_CONFIG_HEADERS(config.h)
cflags_set=${CFLAGS+set}
AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define no-dist-gzip
dist-bzip2])
dist-bzip2 tar-ustar])
AM_SILENT_RULES([yes])
AH_BOTTOM([#include "config-custom.h"])