diff options
-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 |