From: Jan Engelhardt Date: Thu, 12 Jan 2017 20:12:40 +0000 (-0600) Subject: build: add missing AC_PROG_INSTALL X-Git-Tag: v4.10.0-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84322551964321b732fe790101133b93f9c55039;p=thirdparty%2Fxfsprogs-dev.git build: add missing AC_PROG_INSTALL $ autoreconf -fi $ ./configure configure: error: cannot find install-sh, install.sh, or shtool in . "."/. Signed-off-by: Jan Engelhardt Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- diff --git a/configure.ac b/configure.ac index 239c65790..3a4655fbf 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([include/libxfs.h]) AC_CONFIG_HEADER(include/platform_defs.h) AC_PREFIX_DEFAULT(/usr) +AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PROG_CC