From f2ef7fce2b127950e278e67a920c8d031482541c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 24 Dec 2008 02:01:04 -0800 Subject: [PATCH] Distribute .tar.bz2 file, not .tar.gz file. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65e84b1..f27a705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-24 Roland McGrath + + * configure.ac: Use automake flags dist-bzip2 no-dist-gzip, + distribute only in .tar.bz2 form now. + 2008-12-16 Roland McGrath * Makefile.am (pkginclude_HEADERS): New variable, install version.h. diff --git a/configure.ac b/configure.ac index c730388..5c0049c 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 2.7.4