summaryrefslogtreecommitdiff
path: root/source4/build/m4/env.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-05 13:26:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:14 -0500
commit3f42b91246dc5d746bd6b6e9dbaf8f702bd5f5a6 (patch)
tree2fd39ad86f8d58b755bf871d03828ed2598e5ea5 /source4/build/m4/env.m4
parent9105f1323b89d93c2363f04c1660ebbb3b7c9c6c (diff)
downloadsamba-3f42b91246dc5d746bd6b6e9dbaf8f702bd5f5a6.tar.gz
samba-3f42b91246dc5d746bd6b6e9dbaf8f702bd5f5a6.tar.bz2
samba-3f42b91246dc5d746bd6b6e9dbaf8f702bd5f5a6.zip
r18087: use m4_include() do notice missing files
metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
Diffstat (limited to 'source4/build/m4/env.m4')
-rw-r--r--source4/build/m4/env.m412
1 files changed, 6 insertions, 6 deletions
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)