Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJózef Kucia <jkucia@codeweavers.com>2016-10-10 12:22:50 +0300
committerJózef Kucia <jkucia@codeweavers.com>2016-10-10 12:22:50 +0300
commitf530155ff1da630317eaead099e56210708a1535 (patch)
tree6c07d0733e89ae689d14f842f339778817b13f4c /m4
parentd7e9ceff2800646384a09241fdb2c3e37e7d5376 (diff)
build: Add original copyright notice for Autoconf macros.
Diffstat (limited to 'm4')
-rw-r--r--m4/check-cflags.m44
-rw-r--r--m4/check-mingw-prog.m44
2 files changed, 8 insertions, 0 deletions
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])