diff mbox

[2/2] build: add missing AC_PROG_INSTALL

Message ID 20161105173806.20052-2-jengelh@inai.de (mailing list archive)
State Accepted
Headers show

Commit Message

Jan Engelhardt Nov. 5, 2016, 5:38 p.m. UTC
$ autoreconf -fi
$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in . "."/.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

Comments

Christoph Hellwig Nov. 13, 2016, 12:30 p.m. UTC | #1
Looks fine,

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index b88ab7f..27cab65 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