aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-10 17:40:38 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commit15a97f0489ef604baa2c14dbcdedb9d647c3e712 (patch)
tree1b66e3dce5040c79fd7acc833c832269e5d247db /configure.ac
parent6dce43165e054c62b442cac4bffecde77b93dcea (diff)
Move some build files to build-aux/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 07572696..499957cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(crystfel, 0.2.0, taw@physics.org)
AM_SILENT_RULES([yes])
VERSION=AC_PACKAGE_VERSION
+AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(crystfel, "$VERSION")