aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-19 16:21:09 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-19 16:21:09 +0800
commit4032d489f237a9ce18d8ac06c09b9c17cb2a0b19 (patch)
tree4ffc8f8557a031eeb0decd321a4434b1b9299154 /configure.in
parentdcd4a636c24dd95517ac65310dd881529938ccfb (diff)
downloadgsoc2013-evolution-4032d489f237a9ce18d8ac06c09b9c17cb2a0b19.tar.gz
gsoc2013-evolution-4032d489f237a9ce18d8ac06c09b9c17cb2a0b19.tar.zst
gsoc2013-evolution-4032d489f237a9ce18d8ac06c09b9c17cb2a0b19.zip
Fix to allow longer file names on 'make dist' using automake 1.9.
2006-01-19 Harish Krishnaswamy <kharish@novell.com> * configure.in: Fix to allow longer file names on 'make dist' using automake 1.9. svn path=/trunk/; revision=31237
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 82360c10f8..02a6489fe7 100644
--- a/configure.in
+++ b/configure.in
@@ -3,8 +3,12 @@ AC_PREREQ(2.52)
AC_INIT(evolution, 2.5.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
+# The extra brackets are to foil regex-based scans.
+m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
+
+AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST