Index: build-aux/m4/buildsys.m4 ================================================================== --- build-aux/m4/buildsys.m4 +++ build-aux/m4/buildsys.m4 @@ -33,10 +33,17 @@ AC_SUBST(BUILD_AND_HOST_ARE_DARWIN, yes) ;; esac ;; esac + + AC_PROG_INSTALL + case "$INSTALL" in + ./build-aux/install-sh*) + INSTALL="$PWD/$INSTALL" + ;; + esac AC_CONFIG_COMMANDS_PRE([ AS_IF([test x"$GCC" = x"yes"], [AC_SUBST(DEP_CFLAGS, '-MD -MF $${out%.o}.dep')]) AS_IF([test x"$GXX" = x"yes"], Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -23,11 +23,10 @@ BUILDSYS_INIT dnl If your package uses C, you want a C compiler and a C preprocessor AC_PROG_CC AC_PROG_CPP -AC_PROG_INSTALL dnl The buildsys might require ln -s to install libraries. dnl Uncomment if you are compiling a library. dnl AC_PROG_LN_S