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:
parent
4977d913ed
commit
4967f6948f
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user