From 0ee87b093ee9356ae1b1e1de1b889a768de069c2 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Wed, 6 Jan 2010 16:49:45 +0000 Subject: [PATCH] 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 --- configure | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2