diff options
author | Werner Koch <[email protected]> | 2014-01-09 18:14:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-01-10 16:40:05 +0000 |
commit | 1a504aab384947c1a6e949affd14bc696297fc8d (patch) | |
tree | c6c4e2e09912bec1bcdc8b06c3aefec4e7c95b34 /configure.ac | |
parent | Set next version to 1.5.0 (diff) | |
download | gpgme-1a504aab384947c1a6e949affd14bc696297fc8d.tar.gz gpgme-1a504aab384947c1a6e949affd14bc696297fc8d.zip |
Use the generic autogen.sh script.
* autogen.rc: New.
* Makefile.am (EXTRA_DIST): Add it.
* autogen.sh: Update from GnuPG.
* configure.ac (AM_SILENT_RULES): New.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 97bfa1f9..21951fe6 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE AC_CANONICAL_HOST +AM_SILENT_RULES # Enable GNU extensions on systems that have them. AC_GNU_SOURCE |