mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +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:
committed by
Carlos R. Mafra
parent
0d441c3b98
commit
0706471a10
@@ -14,7 +14,7 @@ dnl
|
||||
AC_INIT(WindowMaker, 0.95.3, , WindowMaker, http://www.windowmaker.org/)
|
||||
AC_CONFIG_SRCDIR(src/WindowMaker.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE([1.11 silent-rules])
|
||||
|
||||
AH_BOTTOM([#include "config-paths.h"])
|
||||
|
||||
Reference in New Issue
Block a user