mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +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:
committed by
Carlos R. Mafra
parent
cd23e77fd1
commit
583f66ec4e
@@ -41,7 +41,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||
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 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
|
||||
AC_CONFIG_SRCDIR([src/WindowMaker.h])
|
||||
|
||||
Reference in New Issue
Block a user