mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix dist target
Modify tar options to allow extra long filen and directory names, if not set souces under toxencryptsave might not end up in the tarball.
This commit is contained in:
parent
b780e688c9
commit
0e00a51605
|
@ -6,7 +6,7 @@ AC_INIT([tox], [0.0.0], [https://tox.im])
|
|||
AC_CONFIG_AUX_DIR(configure_aux)
|
||||
AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects])
|
||||
AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects tar-ustar])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user