mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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
This commit is contained in:
parent
ded37fbe7e
commit
45e652f1f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user