[SCM] Samba Shared Repository - branch master updated - 308eb1c46e0c76a30bf869e5e971d531df935d80

Stefan Metzmacher metze at samba.org
Fri Jan 9 11:24:39 GMT 2009


The branch, master has been updated
       via  308eb1c46e0c76a30bf869e5e971d531df935d80 (commit)
      from  2a52b059ce44403ff6ced066e0bb23fa6cc66a73 (commit)

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


- Log -----------------------------------------------------------------
commit 308eb1c46e0c76a30bf869e5e971d531df935d80
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jan 9 12:23:11 2009 +0100

    Revert "quote ' inside '...' and make sure shell isn't eating \ by using perl here."
    
    This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73.
    
    It breaks the build on ubuntu.
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index eca7e8f..e51a8ac 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -201,9 +201,8 @@ CEOF
 
 for ac_var in $ac_subst_vars
 do
-	eval ac_val=\$$ac_var
-	# quote ' (\x27) inside '...' and make sure \ isn't eaten by shells, so use perl:
-	perl -e '$myval="$ENV{ac_val}"; $myval =~ s/\x27/\\\x27/g ; print $ENV{ac_var}." => \x27$myval\x27,\n"' >> $1
+    eval ac_val=\$$ac_var
+	echo "$ac_var => '$ac_val'," >> $1
 done
 
 cat >>$1<<CEOF


-- 
Samba Shared Repository


More information about the samba-cvs mailing list