diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-05 15:21:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:16 -0500 |
commit | 22498176804d4caa9ff67a9ec95308ad359adaa1 (patch) | |
tree | dbf1101b7f9cc8d8eca2a1718592f127ac808231 | |
parent | 7a29fb6dd77922e179300a458949bc22280bdb34 (diff) | |
download | samba-22498176804d4caa9ff67a9ec95308ad359adaa1.tar.gz samba-22498176804d4caa9ff67a9ec95308ad359adaa1.tar.bz2 samba-22498176804d4caa9ff67a9ec95308ad359adaa1.zip |
r18097: use m4_include(), so we notice that build/m4/core.m4 was gone
a while ago
metze
(This used to be commit 2a1cde835fcba9e941b5d5d5326fc4612e1b36e1)
-rw-r--r-- | source4/aclocal.m4 | 9 |
1 files changed, 4 insertions, 5 deletions
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) |