From: Stefan Metzmacher Date: Fri, 9 Jan 2009 11:23:11 +0000 (+0100) Subject: Revert "quote ' inside '...' and make sure shell isn't eating \ by using perl here." X-Git-Tag: samba-4.0.0alpha6~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=308eb1c46e0c76a30bf869e5e971d531df935d80;p=thirdparty%2Fsamba.git 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 --- diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index eca7e8fcb78..e51a8ac1464 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<