diff options
author | 2019-03-18 14:39:15 +0100 | |
---|---|---|
committer | 2019-03-18 14:39:15 +0100 | |
commit | 4bca3f140de3896f0a7531bc372a7240486aef19 (patch) | |
tree | 26254491559e530bd01bcc783197d86fc713db6b /configure | |
parent | libq: standardise build (diff) | |
download | portage-utils-4bca3f140de3896f0a7531bc372a7240486aef19.tar.gz portage-utils-4bca3f140de3896f0a7531bc372a7240486aef19.tar.bz2 portage-utils-4bca3f140de3896f0a7531bc372a7240486aef19.zip |
build: add autoconf helper files
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3633,8 +3633,10 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +am__api_version='1.15' + ac_aux_dir= -for ac_dir in autotools "$srcdir"/autotools; do +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -3650,7 +3652,7 @@ for ac_dir in autotools "$srcdir"/autotools; do fi done if test -z "$ac_aux_dir"; then - as_fn_error $? "cannot find install-sh, install.sh, or shtool in autotools \"$srcdir\"/autotools" "$LINENO" 5 + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, @@ -3662,8 +3664,6 @@ 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. -am__api_version='1.15' - # 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: |