summaryrefslogtreecommitdiff
path: root/source4/aclocal.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-01 15:56:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:24 -0500
commitc6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64 (patch)
tree755ed5c9bc89fbafa628e462a4b53e595495e9b3 /source4/aclocal.m4
parent9318fdbb3346da0374ab859055ea399dff86a861 (diff)
downloadsamba-c6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64.tar.gz
samba-c6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64.tar.bz2
samba-c6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64.zip
r968: use sinlcude() and no function, that's more portable between
autoconf versions metze (This used to be commit 9fa83ca022f2ca2e9e5d3d738beefcf9f90cfcff)
Diffstat (limited to 'source4/aclocal.m4')
-rw-r--r--source4/aclocal.m48
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/aclocal.m4 b/source4/aclocal.m4
index e63ee54d8d..c3c721bf2b 100644
--- a/source4/aclocal.m4
+++ b/source4/aclocal.m4
@@ -3,6 +3,7 @@ dnl if the cache file is inconsistent with the current host,
dnl target and build system types, execute CMD or print a default
dnl error message.
AC_DEFUN(AC_VALIDATE_CACHE_SYSTEM_TYPE, [
+ AC_REQUIRE([AC_CANONICAL_TARGET])
AC_MSG_CHECKING([config.cache system type])
if { test x"${ac_cv_host_system_type+set}" = x"set" &&
test x"$ac_cv_host_system_type" != x"$host"; } ||
@@ -561,10 +562,3 @@ fi
sinclude(build/smb_build/public.m4)
sinclude(build/smb_build/core.m4)
-sinclude(build/smb_build/env.m4)
-sinclude(build/smb_build/check_path.m4)
-sinclude(build/smb_build/check_perl.m4)
-sinclude(build/smb_build/check_cc.m4)
-sinclude(build/smb_build/check_ld.m4)
-sinclude(build/smb_build/check_shld.m4)
-sinclude(build/smb_build/check_types.m4)