diff options
author | Werner Koch <[email protected]> | 2004-12-28 11:36:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-28 11:36:59 +0000 |
commit | e6596da6218b342a4f11cc21cbfaded58e81c808 (patch) | |
tree | 7348bf8d50f2a59459d3116f65149f042e427034 | |
parent | * configure.ac: Require automake 1.9.3 and autoconf 2.59. (diff) | |
download | gpgme-e6596da6218b342a4f11cc21cbfaded58e81c808.tar.gz gpgme-e6596da6218b342a4f11cc21cbfaded58e81c808.zip |
* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 versiongpgme-1-0-2
(ACLOCAL_AMFLAGS): Add -I m4
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,8 @@ Released 1.0.2. + * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version + (ACLOCAL_AMFLAGS): Add -I m4 * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5. diff --git a/Makefile.am b/Makefile.am index 69c1bbd7..be58c345 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 +AUTOMAKE_OPTIONS = dist-bzip2 + EXTRA_DIST = gpgme.spec.in if BUILD_ASSUAN |