From 232f517ceb3624642f232c7bcf95cd95b20a53af Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 30 Sep 2009 14:10:25 +0000 Subject: [PATCH] Can't put backslash-commands in 'echo' parameter in a standard way (would take -e in some cases) so replace \t with some spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@4556 b70326c6-7e19-0410-871a-916f4a2858ee --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 2817a9fbb..02639c182 100755 --- a/autogen.sh +++ b/autogen.sh @@ -53,7 +53,7 @@ if test ${LIBTOOLIZE_MAJOR_VER} -ge 2; then fi echo "* Running ${LIBTOOLIZE} (${LIBTOOLIZE_VER})" -echo "\tOPTIONS = ${LTOPTS}" +echo " OPTIONS = ${LTOPTS}" ${LIBTOOLIZE} ${LTOPTS} || giveup echo "* Running $ACLOCAL (${ACLOCAL_VER})" -- 2.50.0