summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:21:13 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:21:13 +0000
commite2691a793900c2e8145c09502eb14a65d65492ae (patch)
tree6ce2f4aff521e2e796b84cca43c9af8ebc24d214 /configure.ac
parent092e2331408f89ba92096cf81711061d35f2dae4 (diff)
downloadtelepathy-salut-e2691a793900c2e8145c09502eb14a65d65492ae.tar.gz
Don't use tar-ustar now that we've removed the long filename that caused problems (it turns out to be an automake 1.9 feature anyway)
20080421162113-53eee-7543bb61bc072f0015efc27cf296fe926d74c8d3.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45df2aad..50bc4be3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([Telepathy Salut], [salut_version],
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.8 tar-ustar -Wno-portability])
+AM_INIT_AUTOMAKE([1.8 -Wno-portability])
AM_PROG_LIBTOOL
AM_CONFIG_HEADER(config.h)