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 | |
parent | 6dce43165e054c62b442cac4bffecde77b93dcea (diff) |
Move some build files to build-aux/
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2317,13 +2317,8 @@ esac AM_BACKSLASH='\' VERSION=0.2.0 - -ac_config_headers="$ac_config_headers config.h" - -am__api_version='1.11' - ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do +for ac_dir in build-aux "$srcdir"/build-aux; do for ac_t in install-sh install.sh shtool; do if test -f "$ac_dir/$ac_t"; then ac_aux_dir=$ac_dir @@ -2333,7 +2328,7 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do done done if test -z "$ac_aux_dir"; then - as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 + as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 fi # These three variables are undocumented and unsupported, @@ -2345,6 +2340,11 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + +ac_config_headers="$ac_config_headers config.h" + +am__api_version='1.11' + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: |