Do not hardcode "install" #62

Merged
vbraun merged 2 commits from master into master 2014-03-23 05:38:52 +00:00
vbraun commented 2014-02-28 16:49:52 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#62
There is no content yet.