r17902 - gnucash/branches/2.2 - [17788] Add dist-bzip2 to dist.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 14 15:29:37 EST 2009


Author: andi5
Date: 2009-02-14 15:29:37 -0500 (Sat, 14 Feb 2009)
New Revision: 17902
Trac: http://svn.gnucash.org/trac/changeset/17902

Modified:
   gnucash/branches/2.2/configure.in
Log:
[17788] 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.

Modified: gnucash/branches/2.2/configure.in
===================================================================
--- gnucash/branches/2.2/configure.in	2009-02-14 20:26:54 UTC (rev 17901)
+++ gnucash/branches/2.2/configure.in	2009-02-14 20:29:37 UTC (rev 17902)
@@ -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