[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1047-gff311e6

Michael Adam obnox at samba.org
Wed Feb 27 09:34:31 GMT 2008


The branch, v4-0-test has been updated
       via  ff311e613226e660998824b887cb9595ffbe0275 (commit)
      from  e7c1d6513b945b205abe84b18a251d06e737e659 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit ff311e613226e660998824b887cb9595ffbe0275
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 27 10:33:32 2008 +0100

    libreplace: standalone build: use -I$srcdir instead of -I.
    
    Michael

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

Summary of changes:
 source/lib/replace/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/configure.ac b/source/lib/replace/configure.ac
index 72d788d..f5e054f 100644
--- a/source/lib/replace/configure.ac
+++ b/source/lib/replace/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(replace.c)
 AC_CONFIG_SRCDIR([replace.c])
 AC_CONFIG_HEADER(config.h)
 
-CFLAGS="$CFLAGS -I."
+CFLAGS="$CFLAGS -I$srcdir"
 
 AC_LIBREPLACE_ALL_CHECKS
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list