]> granicus.if.org Git - neomutt/commit
Fix some problems with autoconf (#793)
authorRichard Russon <rich@flatcap.org>
Fri, 29 Sep 2017 18:29:49 +0000 (19:29 +0100)
committerPietro Cerutti <gahr@gahr.ch>
Fri, 29 Sep 2017 18:29:49 +0000 (19:29 +0100)
commit6ffa6f1b9ad9f4fafb937e5a8365101009bcbd60
treea9566eda69ffc818d0d39801cd01132c065e8eb4
parent557653d5f16457fae19c0e69be82ad1fd06beb21
Fix some problems with autoconf (#793)

* build: restore tabs in configure.ac

No functional changes

* build: fix out-of-tree build

* Built items in /doc weren't being installed.
* Force install to /usr/lib, not /usr/lib64

* build: stop yes/no include dirs

A bug in the curses detection often lead to things like:
* -Ino/include  -Lno/lib
* -Iyes/include -Lyes/lib
Makefile.am
configure.ac
doc/Makefile.am