diff libphobos/acinclude.m4 @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libphobos/acinclude.m4	Thu Feb 13 11:34:05 2020 +0900
@@ -0,0 +1,18 @@
+dnl Copyright (C) 2013-2020 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+dnl PARTICULAR PURPOSE.
+
+m4_include([m4/gcc_support.m4])
+m4_include([m4/autoconf.m4])
+m4_include([m4/libtool.m4])
+m4_include([m4/gdc.m4])
+m4_include([m4/druntime.m4])
+m4_include([m4/druntime/cpu.m4])
+m4_include([m4/druntime/os.m4])
+m4_include([m4/druntime/libraries.m4])