Use pkg-config to find ncursesw
commit0de83c6a330bfe8a380b79117a32d8f625f0101f
authorPetr Pavlu <setup@dagobah.cz>
Sat, 25 Feb 2017 12:32:22 +0000 (25 12:32 +0000)
committerPetr Pavlu <setup@dagobah.cz>
Sat, 25 Feb 2017 18:49:45 +0000 (25 18:49 +0000)
tree1f3b4c4528b2b1aa8f50d4f32c4e93b4e12665c8
parent0f032cd725cf798c989d10b229e6e4b0335cd3b1
Use pkg-config to find ncursesw

It was previously not possible to use pkg-config to search for ncursesw
because some operating systems (distributions) did not configure ncurses
with --enable-pc-files, but it seems it is now enabled by absolute
majority of them and so it is no longer necessary to use
ncurses[56]-config.

This also allows to get rid of use of the AC_PATH_LIB macro which has been
deprecated for a long time.
Makefile.am
cmake/CMakeConfs.cmake
cmake/FindNCURSESW.cmake [deleted file]
configure.ac