Fix make install
authorNick Terrell <terrelln@fb.com>
Fri, 4 May 2018 20:35:10 +0000 (13:35 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 4 May 2018 20:50:23 +0000 (13:50 -0700)
commita7cc0b590a634e3c2612976c1dc83e74f8448d43
tree38c40dc788d0207e249a61069b30948d156b3c1c
parentd358e33faa87e0293f27f272a8579de73f4ba938
Fix make install

* Uninstall didn't remove the pkg-config correctly.
* Fix `mandir`
* Allow overriding either upper- or lower-case location variables, but
  always use the lower case variables.
* Add test case that ensures overriding both upper- and lower-case
  variables is the same, and that the directory is empty after uninstall.
lib/Makefile
programs/Makefile
tests/Makefile
tests/test_install.sh [new file with mode: 0755]