1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-29 03:16:01 +01:00

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:07:00 +01:00
committed by Carlos R. Mafra
parent 0d441c3b98
commit 0706471a10
12 changed files with 17 additions and 18 deletions

View File

@@ -11,9 +11,8 @@ bin_SCRIPTS = wmaker.inst wm-oldmenu2new wkdemenu.pl
EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new directjpeg.c wkdemenu.pl
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" \
$(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \
@HEADER_SEARCH_PATH@ \
-DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
@@ -82,4 +81,4 @@ wmaker.inst: $(srcdir)/wmaker.inst.in ./Makefile
$(srcdir)/wmaker.inst.in >wmaker.inst
chmod 755 wmaker.inst