diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-10 17:40:38 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 15a97f0489ef604baa2c14dbcdedb9d647c3e712 (patch) | |
tree | 1b66e3dce5040c79fd7acc833c832269e5d247db /configure.ac | |
parent | 6dce43165e054c62b442cac4bffecde77b93dcea (diff) |
Move some build files to build-aux/
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 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") |