Move check_make.m4 to the top-level.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 21 Jan 2009 15:46:52 +0000 (16:46 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 21 Jan 2009 15:46:52 +0000 (16:46 +0100)
m4/check_make.m4 [moved from source4/build/m4/check_make.m4 with 100% similarity]
source3/configure.in
source4/build/m4/env.m4

index fb5e7b377ff189f74cc265d8f23973b203accbce..de6ad0ee99d5cede8eecf1c112c6259fe339b07f 100644 (file)
@@ -6281,7 +6281,7 @@ if test x$enable_merged_build = xauto; then
        merged_build_possible=yes
 
        # Check for GNU make
-       m4_include(../source4/build/m4/check_make.m4)
+       m4_include(../source4/m4/check_make.m4)
        AC_SAMBA_GNU_MAKE([true], [merged_build_possible=no])
 
        # Check for perl
index 6f582aa35eeeca1209e634fd0b07ae23117856e2..ca9f05e16b025fa5ad6bec6933b2946b647d1b63 100644 (file)
@@ -48,7 +48,7 @@ AC_PATH_PROG(YAPP, yapp, false)
 
 m4_include(build/m4/check_cc.m4)
 m4_include(build/m4/check_ld.m4)
-m4_include(build/m4/check_make.m4)
+m4_include(../m4/check_make.m4)
 
 AC_SAMBA_GNU_MAKE([AC_MSG_RESULT(found)], [AC_MSG_ERROR([Unable to find GNU make])])
 AC_SAMBA_GNU_MAKE_VERSION()