Distribute .tar.bz2 file, not .tar.gz file.
authorRoland McGrath <roland@redhat.com>
Wed, 24 Dec 2008 10:01:04 +0000 (02:01 -0800)
committerRoland McGrath <roland@redhat.com>
Wed, 24 Dec 2008 10:01:04 +0000 (02:01 -0800)
ChangeLog
configure.ac

index 65e84b1..f27a705 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-24  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
+       distribute only in .tar.bz2 form now.
+
 2008-12-16  Roland McGrath  <roland@redhat.com>
 
        * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
index c730388..5c0049c 100644 (file)
@@ -26,7 +26,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2007, 2008 Red Hat, Inc.])
 AC_PREREQ(2.59)                        dnl Minimum Autoconf version required.
 
 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.
-AM_INIT_AUTOMAKE([gnits 1.7 -Wno-portability])
+AM_INIT_AUTOMAKE([gnits 1.7 -Wno-portability dist-bzip2 no-dist-gzip])
 AM_MAINTAINER_MODE
 
 dnl Unique ID for this build.