automake: use tar-ustar for longer filenames

According to the automake manual it should be considered
portable these days.

https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html

Required for the dist generation with Rust vendoring.
pull/4300/head
Jason Ish 5 years ago committed by Victor Julien
parent 718fcbb682
commit 412ae11bad

@ -3,7 +3,7 @@
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/suricata.c])
AC_CONFIG_MACRO_DIR(m4)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([tar-ustar])
AC_LANG([C])
AC_PROG_CC_C99

Loading…
Cancel
Save