mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 23:23:53 +01: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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user