Use ustar format for dist tarball.
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 25 Jun 2007 10:12:13 +0000 (13:12 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 25 Jun 2007 10:12:13 +0000 (13:12 +0300)
BDB has some very long paths that start getting stripped out when our
version string is longer than just x.y.z.

configure.ac

index bc03b57..5e34f3c 100644 (file)
@@ -4,7 +4,7 @@ AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([rpmqv.c])
 AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign tar-ustar])
 
 dnl Set of available languages.
 ALL_LINGUAS="cs da de fi fr gl is ja ko no pl pt pt_BR ro ru sk sl sr sv tr zh_TW"