From 3f42b91246dc5d746bd6b6e9dbaf8f702bd5f5a6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Sep 2006 13:26:51 +0000 Subject: r18087: use m4_include() do notice missing files metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21) --- source4/build/m4/env.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source4/build') diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index 0dd5a378e5..6428a0b265 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -33,9 +33,9 @@ fi AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions]) -sinclude(build/m4/check_path.m4) -sinclude(build/m4/check_perl.m4) -sinclude(build/m4/check_cc.m4) -sinclude(build/m4/check_ld.m4) -sinclude(build/m4/check_types.m4) -sinclude(build/m4/check_doc.m4) +m4_include(build/m4/check_path.m4) +m4_include(build/m4/check_perl.m4) +m4_include(build/m4/check_cc.m4) +m4_include(build/m4/check_ld.m4) +m4_include(build/m4/check_types.m4) +m4_include(build/m4/check_doc.m4) -- cgit