[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Mon May 31 06:34:46 MDT 2010


The branch, master has been updated
       via  a950c6c... s3:configre: work around shell problem on HP-UX in AC macro
      from  8c01702... talloc: Don't set is_bundled for standalone build.

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


- Log -----------------------------------------------------------------
commit a950c6c60097af750d4348cb096fdacb342e9e71
Author: Björn Jacke <bj at sernet.de>
Date:   Mon May 31 14:33:51 2010 +0200

    s3:configre: work around shell problem on HP-UX in AC macro

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

Summary of changes:
 source3/configure.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 5532139..6f25be5 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1864,7 +1864,9 @@ AC_CACHE_CHECK([whether building shared libraries actually works],
    # variables so they need to be eval'ed.
    if AC_TRY_COMMAND([$CC $CPPFLAGS $CFLAGS $PICFLAG -c -o shlib.o ${srcdir-.}/../tests/shlib.c 1>&AS_MESSAGE_LOG_FD])
    then
-     if AC_TRY_COMMAND([`eval echo "$SHLD $LDSHFLAGS $PICFLAG"` -o "shlib.$SHLIBEXT" shlib.o 1>&AS_MESSAGE_LOG_FD])
+     TESTCMD="`eval echo \"$SHLD $LDSHFLAGS $PICFLAG\"`"
+     TESTCMD="$TESTCMD -o \"shlib.$SHLIBEXT\" shlib.o"
+     if AC_TRY_COMMAND([$TESTCMD 1>&AS_MESSAGE_LOG_FD 2>&1])
      then
        ac_cv_shlib_works=yes
      fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list