[hackers] [PATCH 3/8] install: Handle -c flag as a no-op

From: Michael Forney <mforney_AT_mforney.org>
Date: Fri, 8 Jul 2016 10:24:09 -0700

This is required in order for autoconf's AC_PROG_INSTALL to use the sbase
install. Otherwise it will fall back to the slow and sucky install-sh script
from automake.
---
 xinstall.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/xinstall.c b/xinstall.c
index f5f6956..bf921fb 100644
--- a/xinstall.c
+++ b/xinstall.c
_AT_@ -156,6 +156,9 @@ main(int argc, char *argv[])
 	char *p;
 
 	ARGBEGIN {
+	case 'c':
+		/* no-op for compatibility */
+		break;
 	case 'd':
 		dflag = 1;
 		break;
-- 
2.6.2
Received on Fri Jul 08 2016 - 19:24:09 CEST

This archive was generated by hypermail 2.3.0 : Fri Jul 08 2016 - 19:36:25 CEST