summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d9cc6b..e8f061d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,14 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ A brand-new Github mirror of the Archive's Git repository is available at
+ <https://github.com/peti/autoconf-archive>. That project allows developers to
+ submit patches as Pull Requests instead of having to go through Savannah's
+ patch tracker.
+
+ The Archive no longer creates release tarballs compressed with gzip and
+ bzip2; only tarballs compressed with xz and lzip are distributed.
+
AX_LIB_POSTGRESQL: substitute CPPFLAGS rather than CFLAGS.
AX_GCC_ARCHFLAG: Rewrite x86 support <https://savannah.gnu.org/patch/?8514>
diff --git a/configure.ac b/configure.ac
index cd413e1..e51a6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([GNU Autoconf Archive], m4_esyscmd([build-aux/git-version-gen .tarball-v
[autoconf-archive-maintainers@gnu.org], [autoconf-archive],
[http://www.gnu.org/software/autoconf-archive/])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz dist-lzip])
+AM_INIT_AUTOMAKE([1.11 -Wall gnu no-dist-gzip dist-xz dist-lzip])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([doc/autoconf-archive.texi])
AC_MSG_NOTICE([$PACKAGE_STRING])