Fix build with automake-1.13 and modernize .am files.
commit0706471a1049a742071337dc89859dc69b6a4189
authorKamil Rytarowski <krytarowski@gmail.com>
Thu, 3 Jan 2013 22:07:00 +0000 (3 23:07 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 3 Jan 2013 23:27:31 +0000 (3 23:27 +0000)
treeccbb603d190c16b1e27981302a6f4653b5c68b92
parent0d441c3b986a313e4ff5b1015eb956c93f34bdc2
Fix build with automake-1.13 and modernize .am files.

The following macro: AM_CONFIG_HEADER is deprecated and replaced with AC_CONFIG_HEADERS. INCLUDES is an old version of AM_CPPLAGS.
12 files changed:
WINGs/Examples/Makefile.am
WINGs/Extras/Makefile.am
WINGs/Makefile.am
WINGs/Tests/Makefile.am
WPrefs.app/Makefile.am
configure.ac
src/Makefile.am
test/Makefile.am
util/Makefile.am
wmlib/Makefile.am
wrlib/Makefile.am
wrlib/tests/Makefile.am