diff options
author | Werner Koch <[email protected]> | 2015-01-30 09:45:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-01-30 09:45:20 +0000 |
commit | 428ea7696585bc24d127b903840554ca659069b6 (patch) | |
tree | 9bdb09629b1a310e6074a96a37c05b7010960a49 /configure.ac | |
parent | doc: Update gpl.texi to match version from gnupg (diff) | |
download | gpgme-428ea7696585bc24d127b903840554ca659069b6.tar.gz gpgme-428ea7696585bc24d127b903840554ca659069b6.zip |
Switch to automake 1.14 and update build-aux files.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4660122a..3b444a0d 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # (Process this file with autoconf to produce a configure script.) AC_PREREQ(2.59) -min_automake_version="1.11" +min_automake_version="1.14" # To build a release you need to create a tag with the version number # (git tag -s gpgme-n.m.k) and run "./autogen.sh --force". Please @@ -77,9 +77,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/gpgme.h.in) AC_CONFIG_HEADER(config.h) -# Note: For automake 1.13 add the option -# serial-tests -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([serial-tests dist-bzip2 no-dist-gzip]) AM_MAINTAINER_MODE AC_CANONICAL_HOST AM_SILENT_RULES |