summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-05-19 22:36:26 -0400
committerMike Frysinger <vapier@gentoo.org>2016-05-19 22:36:26 -0400
commitc6c52b3de11a99a0f8d1b92f4870bd360da2c5a1 (patch)
tree6875729531bf25a9f95aee45f62e13ecd627eba3 /configure.ac
parent793294467bb96a9426ac0aefd5cb7ae3ea670134 (diff)
downloadlibgd-c6c52b3de11a99a0f8d1b92f4870bd360da2c5a1.tar.gz
dist: drop bzip2 tarball
The xz tarball is smaller and most systems should have support for it nowadays. For anyone who doesn't, there's still the gzip tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f9089f..a702d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_SUBST(GDLIB_LT_AGE)
FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
AC_SUBST(FEATURES)
-AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 dist-xz -Wall -Werror subdir-objects])
+AM_INIT_AUTOMAKE([1.11 foreign dist-xz -Wall -Werror subdir-objects])
AC_CONFIG_HEADERS([src/config.h:src/config.hin])
AM_PROG_AR