summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2008-12-24 02:01:04 -0800
committerRoland McGrath <[email protected]>2008-12-24 02:01:04 -0800
commitf2ef7fce2b127950e278e67a920c8d031482541c (patch)
tree6ba86137e08a5482676e96bede0f309470630574
parentc6a3004d50b6d126de50e00cc5bd0963d2c79242 (diff)
Distribute .tar.bz2 file, not .tar.gz file.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65e84b19..f27a7050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-24 Roland McGrath <[email protected]>
+
+ * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
+ distribute only in .tar.bz2 form now.
+
2008-12-16 Roland McGrath <[email protected]>
* Makefile.am (pkginclude_HEADERS): New variable, install version.h.
diff --git a/configure.ac b/configure.ac
index c730388b..5c0049c6 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.