[telepathy-gabble/master] pass tar-ustar to AM_INIT_AUTOMAKE so distcheck doesn't cry about long filenames

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 3 10:23:07 PDT 2009


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4c6f0e4..f3bfa78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([Telepathy Gabble], [gabble_version],
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar])
 AM_CONFIG_HEADER(config.h)
 
 AC_USE_SYSTEM_EXTENSIONS
-- 
1.5.6.5




More information about the telepathy-commits mailing list