1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Move check_make.m4 to the top-level.

This commit is contained in:
Jelmer Vernooij 2009-01-21 16:46:52 +01:00
parent 4977d913ed
commit 4967f6948f
3 changed files with 2 additions and 2 deletions

View 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

View 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()