summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-09 19:14:09 +0100
committerWerner Koch <wk@gnupg.org>2014-01-10 15:35:33 +0100
commitdf9b4eabf52faee6f289a4bc62219684442ae383 (patch)
tree5f0d794053a852ba172cf66c4ee8a6ffea6f3241 /configure.ac
parent4b7db51ad5d1bf98fd08ca3048f258059eca61a4 (diff)
downloadlibgcrypt-df9b4eabf52faee6f289a4bc62219684442ae383.tar.gz
Move all helper scripts to build-aux/
* scripts/: Rename to build-aux/. * compile, config.guess, config.rpath, config.sub * depcomp, doc/mdate-sh, doc/texinfo.tex * install-sh, ltmain.sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Adjust. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1715161b..05cdaf8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,7 @@ NEED_GPG_ERROR_VERSION=1.11
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/libgcrypt.vers])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h)
@@ -79,6 +80,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_LIBOBJ_DIR([compat])
AC_CANONICAL_HOST
AM_MAINTAINER_MODE
+AM_SILENT_RULES
AH_TOP([
#ifndef _GCRYPT_CONFIG_H_INCLUDED