Comment #3 on issue 175 by aalokgshah: Memcached installation problems
http://code.google.com/p/memcached/issues/detail?id=175

I found on http://mailman.isi.edu/pipermail/ns-users/2006-September/057322.html that this has something to do with how bash parse the configure file, specially ` character. I am using bash 3.2
on line 400 the code is in config.status file

400 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;

How do I rewrite this line in order for it to work? One more thing. the error I posted earlier has two extra characters ` and ' in beginning and end respectively but it does not show up in code line.

Reply via email to