1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Fixing make dist target: use a newer tar format so that long file names can be stored correctly, and require a new enough automake to have this feature work.

This commit is contained in:
RichardAsh1981@gmail.com 2014-09-30 19:34:12 +00:00
parent 80bd436ff9
commit 0d270c73b8

View File

@ -41,7 +41,7 @@ AC_CONFIG_AUX_DIR([autotools])
dnl we have some extra macros in m4/
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override])
AM_INIT_AUTOMAKE([1.9 dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override tar-ustar])
AM_MAINTAINER_MODE([disable])
AM_GNU_GETTEXT_VERSION([0.18])