From 22498176804d4caa9ff67a9ec95308ad359adaa1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Sep 2006 15:21:12 +0000 Subject: r18097: use m4_include(), so we notice that build/m4/core.m4 was gone a while ago metze (This used to be commit 2a1cde835fcba9e941b5d5d5326fc4612e1b36e1) --- source4/aclocal.m4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source4') diff --git a/source4/aclocal.m4 b/source4/aclocal.m4 index 522ac7c425..319a83eaf7 100644 --- a/source4/aclocal.m4 +++ b/source4/aclocal.m4 @@ -209,8 +209,7 @@ AC_DEFUN(LIB_REMOVE_USR_LIB,[ $1=[$]ac_new_flags ]) -sinclude(build/m4/public.m4) -sinclude(build/m4/core.m4) -sinclude(build/m4/ax_cflags_gcc_option.m4) -sinclude(build/m4/ax_cflags_irix_option.m4) -sinclude(build/m4/smb_cc_features.m4) +m4_include(build/m4/public.m4) +m4_include(build/m4/ax_cflags_gcc_option.m4) +m4_include(build/m4/ax_cflags_irix_option.m4) +m4_include(build/m4/smb_cc_features.m4) -- cgit