[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1182-gdc0e46a

Stefan Metzmacher metze at samba.org
Wed Feb 25 07:43:30 GMT 2009


The branch, master has been updated
       via  dc0e46afb7018a1da666729c6d61e8ea85dcf07d (commit)
      from  afc7e45a4ccf8505e4c598334e339e79ba036057 (commit)

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


- Log -----------------------------------------------------------------
commit dc0e46afb7018a1da666729c6d61e8ea85dcf07d
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 25 08:42:33 2009 +0100

    s4:build: add some comments to the SMB_EXT_LIB() definition
    
    metze

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

Summary of changes:
 source4/build/m4/public.m4 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index 1927e99..ffdf92f 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -157,6 +157,13 @@ mkinclude $1
 "
 ])
 
+dnl
+dnl SMB_EXT_LIB() just specifies the details of the library.
+dnl Note: the library isn't enabled by default.
+dnl You need to enable it with SMB_ENABLE(name) if configure
+dnl find it should be used. E.g. it should not be enabled
+dnl if the library is present, but the header file is missing.
+dnl
 dnl SMB_EXT_LIB(name,libs,cflags,cppflags,ldflags)
 AC_DEFUN([SMB_EXT_LIB],
 [


-- 
Samba Shared Repository


More information about the samba-cvs mailing list