diff options
author | midipix <writeonce@midipix.org> | 2016-05-07 12:01:24 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-07 13:21:23 -0400 |
commit | db15addc48c5da105a3be238ce10886fc23c7545 (patch) | |
tree | e800b380f57c9e3a606fbf2af77db52747a16874 /configure | |
parent | cb65d5a4652eb7376bc107cdf938c25acea4b99d (diff) | |
download | slibtool-db15addc48c5da105a3be238ce10886fc23c7545.tar.bz2 slibtool-db15addc48c5da105a3be238ce10886fc23c7545.tar.xz |
build system: project: added custom header installation support.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -354,6 +354,7 @@ config_copy() -e 's^@nickname@^'"$mb_nickname"'^g' \ -e 's^@project_dir@^'"$mb_project_dir"'^g' \ -e 's^@git_reference_dir@^'"$mb_git_reference_dir"'^g' \ + -e 's^@custom_install_headers@^'"$mb_custom_install_headers"'^g' \ \ -e 's^@build@^'"$mb_build"'^g' \ -e 's^@host@^'"$mb_host"'^g' \ |