From: <zw...@ma...> - 2009-06-30 23:45:38
|
Author: zwelch Date: 2009-06-30 23:45:34 +0200 (Tue, 30 Jun 2009) New Revision: 2437 Modified: trunk/configure.in Log: Extend 'make dist' to produce both .tar.bz2 and .zip archives, to complement to the standard .tar.gz package. Now, pick your poison! Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-06-30 21:45:26 UTC (rev 2436) +++ trunk/configure.in 2009-06-30 21:45:34 UTC (rev 2437) @@ -3,7 +3,7 @@ [OpenOCD Mailing List <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) -AM_INIT_AUTOMAKE([-Wall -Wno-portability]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) |