]> granicus.if.org Git - postgis/commitdiff
Can't put backslash-commands in 'echo' parameter in a standard way
authorSandro Santilli <strk@keybit.net>
Wed, 30 Sep 2009 14:10:25 +0000 (14:10 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 30 Sep 2009 14:10:25 +0000 (14:10 +0000)
(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

index 2817a9fbb50b83c6e67312ea2a0ca40f86967ae4..02639c1827f8260844fcb1e4a0e56edc52e4da0a 100755 (executable)
@@ -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})"