From f530155ff1da630317eaead099e56210708a1535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Mon, 10 Oct 2016 11:22:50 +0200 Subject: [PATCH] build: Add original copyright notice for Autoconf macros. --- m4/check-cflags.m4 | 4 ++++ m4/check-mingw-prog.m4 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/m4/check-cflags.m4 b/m4/check-cflags.m4 index e02b8340..31e36c67 100644 --- a/m4/check-cflags.m4 +++ b/m4/check-cflags.m4 @@ -1,3 +1,7 @@ +dnl +dnl This file contains code derived from WINE_TRY_CFLAGS() and is used courtesy of Alexandre Julliard. +dnl + dnl VKD3D_CHECK_CFLAGS(flags) AC_DEFUN([VKD3D_CHECK_CFLAGS], [AS_VAR_PUSHDEF([vkd3d_cflags], vkd3d_cv_cflags_[[$1]])dnl diff --git a/m4/check-mingw-prog.m4 b/m4/check-mingw-prog.m4 index d0137ebe..ac3e07d3 100644 --- a/m4/check-mingw-prog.m4 +++ b/m4/check-mingw-prog.m4 @@ -1,3 +1,7 @@ +dnl +dnl This file contains code derived from WINE_CHECK_MINGW_PROG() and is used courtesy of Alexandre Julliard. +dnl + dnl VKD3D_CHECK_MINGW32_PROG(cc-variable, crosstarget-variable, [value-if-not-found], [path]) AC_DEFUN([VKD3D_CHECK_MINGW32_PROG], [AC_SUBST([$2], [$3])