[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-20-gd3ac11c

Stefan Metzmacher metze at samba.org
Thu Feb 26 12:14:54 GMT 2009


The branch, master has been updated
       via  d3ac11c64a95c2041dc0002b8cc59d756736d3be (commit)
      from  a777b4d50136dc52b69756fdfd6d7024270fe040 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d3ac11c64a95c2041dc0002b8cc59d756736d3be
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 26 13:12:54 2009 +0100

    s4:heimdal_build: correrctly switch closefrom() and get/setprogname() replacements on and off
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/heimdal_build/internal.m4 |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4
index 3039c8a..4cd7521 100644
--- a/source4/heimdal_build/internal.m4
+++ b/source4/heimdal_build/internal.m4
@@ -269,16 +269,18 @@ SMB_ENABLE(compile_et, YES)
 
 # only add closefrom if needed
 SMB_ENABLE(HEIMDAL_ROKEN_CLOSEFROM, NO)
+SMB_ENABLE(HEIMDAL_ROKEN_CLOSEFROM_H, NO)
 if test t$ac_cv_func_closefrom != tyes; then
 	SMB_ENABLE(HEIMDAL_ROKEN_CLOSEFROM, YES)
+	SMB_ENABLE(HEIMDAL_ROKEN_CLOSEFROM_H, YES)
 fi
 
 # only add getprogname if needed
-SMB_ENABLE(HEIMDAL_ROKEN_GETPROGNAME, NO)
-SMB_ENABLE(HEIMDAL_ROKEN_GETPROGNAME_H, NO)
+SMB_ENABLE(HEIMDAL_ROKEN_PROGNAME, NO)
+SMB_ENABLE(HEIMDAL_ROKEN_PROGNAME_H, NO)
 if test t$ac_cv_func_getprogname != tyes; then
-	SMB_ENABLE(HEIMDAL_ROKEN_GETPROGNAME, YES)
-	SMB_ENABLE(HEIMDAL_ROKEN_GETPROGNAME_H, YES)
+	SMB_ENABLE(HEIMDAL_ROKEN_PROGNAME, YES)
+	SMB_ENABLE(HEIMDAL_ROKEN_PROGNAME_H, YES)
 fi
 
 VPATH="$VPATH:\$(HEIMDAL_VPATH)"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list