AUDIT: r17788 - gnucash/trunk - Add dist-bzip2 to dist.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Dec 31 15:41:15 EST 2008


Author: andi5
Date: 2008-12-31 15:41:15 -0500 (Wed, 31 Dec 2008)
New Revision: 17788
Trac: http://svn.gnucash.org/trac/changeset/17788

Modified:
   gnucash/trunk/configure.in
Log:
Add dist-bzip2 to dist.

Automake-1.10 also supports dist-lzma but adding it to AM_INIT_AUTOMAKE
would require us to assume Automake 1.10 which might not yet be
available on each developer os.  When dist'ing I will probably add a
short line to the dist target to tar up the same directory instead of
running dist-lzma manually.

BP


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2008-12-31 20:06:14 UTC (rev 17787)
+++ gnucash/trunk/configure.in	2008-12-31 20:41:15 UTC (rev 17788)
@@ -25,7 +25,7 @@
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 
 # Initialize automake -- make sure we have at least version 1.9
-AM_INIT_AUTOMAKE(1.9)
+AM_INIT_AUTOMAKE([1.9 dist-bzip2])
 
 # Parse out the version number
 GNUCASH_VERSION_STRING=AC_PACKAGE_VERSION



More information about the gnucash-changes mailing list