From: Colm MacCarthaigh Date: Wed, 6 Jan 2010 16:49:45 +0000 (+0000) Subject: advise dash users to try changing the shell 'configure' invokes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee87b093ee9356ae1b1e1de1b889a768de069c2;p=thirdparty%2Fapache%2Fhttpd.git advise dash users to try changing the shell 'configure' invokes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@896524 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure b/configure index 761a9700a15..7411a372234 100755 --- a/configure +++ b/configure @@ -127,6 +127,10 @@ if [ "x$bytes" != "x3" ]; then echo " + please set the SEO variable in 'configure' manually to" echo " + the required 'echo' options, i.e. those which force your" echo " + 'echo' to not interpret escape sequences per default." + echo + echo " + NOTE: You may also need to edit the shell invoked by" + echo " + 'configure'. Some shells (e.g. dash) have a" + echo " + faulty echo builtin." else SEO='-E' fi