1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Turn off automake's warning messages about using GNU make extensions

We've been using addsuffix in WindowMaker/Makefile.am and may use others
in the future.
This commit is contained in:
Doug Torrance
2020-06-22 11:04:01 -04:00
committed by Carlos R. Mafra
parent cd23e77fd1
commit 583f66ec4e

View File

@@ -41,7 +41,7 @@ AC_CONFIG_HEADERS([config.h])
dnl We need the EXTRA_xxx_DEPENDENCIES keyword in Makefiles which have been dnl We need the EXTRA_xxx_DEPENDENCIES keyword in Makefiles which have been
dnl introduced in the version 1.11.3; because the 1.12 was realeased shortly dnl introduced in the version 1.11.3; because the 1.12 was realeased shortly
dnl after, we just ask for it dnl after, we just ask for it
AM_INIT_AUTOMAKE([1.12 silent-rules]) AM_INIT_AUTOMAKE([1.12 silent-rules -Wno-portability])
dnl Reference file used by 'configure' to make sure the path to sources is valid dnl Reference file used by 'configure' to make sure the path to sources is valid
AC_CONFIG_SRCDIR([src/WindowMaker.h]) AC_CONFIG_SRCDIR([src/WindowMaker.h])