From 45e652f1f2a283e6a41fb1178df2db4dc9510a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 31 Dec 2008 20:41:15 +0000 Subject: [PATCH] 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 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17788 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e15c43880a..173b0b5d91 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AC_CONFIG_HEADERS(config.h) 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