The Samba-Bugzilla – Attachment 1860 Details for
Bug 3690
Allow to pass location of GNU make through environment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use value of SMAKE if passed
patch-build_m4_check_cc.m4 (text/plain), 764 bytes, created by
Timur Bakeyev
on 2006-04-15 23:14:39 UTC
(
hide
)
Description:
use value of SMAKE if passed
Filename:
MIME Type:
Creator:
Timur Bakeyev
Created:
2006-04-15 23:14:39 UTC
Size:
764 bytes
patch
obsolete
>--- build/m4/check_cc.m4.orig Sun Apr 16 03:17:58 2006 >+++ build/m4/check_cc.m4 Sun Apr 16 03:32:08 2006 >@@ -185,7 +185,8 @@ > ]) > AC_SUBST(HOSTCC) > >-AC_PATH_PROG(GCOV,gcov) >+dnl Path to coverage testing tool >+AC_PATH_PROG(GCOV, gcov) > > AC_CACHE_CHECK([for __FUNCTION__ macro],samba_cv_HAVE_FUNCTION_MACRO,[ > AC_TRY_COMPILE([#include <stdio.h>], [printf("%s\n", __FUNCTION__);], >@@ -194,7 +195,9 @@ > AC_DEFINE(HAVE_FUNCTION_MACRO,1,[Whether there is a __FUNCTION__ macro]) > fi > >-AC_PATH_PROG(MAKE,make) >+dnl Let user specify path to MAKE via environment >+AC_ARG_VAR([MAKE], [Make command]) >+AC_PATH_PROG(MAKE, make) > > AC_CACHE_CHECK([whether we have GNU make], samba_cv_gnu_make, [ > if $ac_cv_path_MAKE --version | head -1 | grep GNU 2>/dev/null >/dev/null
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3690
: 1860