install: Handle -c flag as a no-op
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.
This commit is contained in:
parent
49e1854600
commit
083d1451ac
@ -156,6 +156,9 @@ main(int argc, char *argv[])
|
|||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
ARGBEGIN {
|
ARGBEGIN {
|
||||||
|
case 'c':
|
||||||
|
/* no-op for compatibility */
|
||||||
|
break;
|
||||||
case 'd':
|
case 'd':
|
||||||
dflag = 1;
|
dflag = 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user