Do not hardcode "install" #62
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The "install" command line utility is not posix and not present on e.g. Solaris. You already use AC_PROG_INSTALL to pick a install program in a portable manner, it just needs to be used in Makefile.in. The install-sh script must be made executable for that, too. With this patch I can build pkgconf on SPARC Solaris.