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.
This commit is contained in:
Kamil Rytarowski
2013-01-03 23:27:31 +00:00
committed by Carlos R. Mafra
parent 0d441c3b98
commit 0706471a10
12 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ lib_LTLIBRARIES = libWMaker.la
include_HEADERS = WMaker.h
INCLUDES = $(DFLAGS) @XCFLAGS@
AM_CPPFLAGS = $(DFLAGS) @XCFLAGS@
libWMaker_la_SOURCES = \
menu.c \