From: Micah Cowan Date: Thu, 10 Sep 2009 03:34:00 +0000 (-0700) Subject: Additional dist types. X-Git-Tag: v1.13~240 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=2f1bb05129d032ea58e649632fca037515231a1b Additional dist types. --- diff --git a/ChangeLog b/ChangeLog index a7e9f129..ecfabefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-09 Micah Cowan + + * configure.ac: Add bz2, zip and lzma dists. + 2009-09-08 Micah Cowan * po/*.po: Updated from translationproject.org. diff --git a/configure.ac b/configure.ac index fd8f8397..c95c82c7 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_CONFIG_AUX_DIR([build-aux]) dnl dnl Automake setup dnl -AM_INIT_AUTOMAKE(1.9) +AM_INIT_AUTOMAKE(dist-bzip2 dist-zip dist-lzma 1.9) dnl dnl Get cannonical host