summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-11 10:14:57 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-11 10:15:01 +0200
commit079de44b00be0e6e06388415b65f1195c9005921 (patch)
tree8f548acc9ed652c183c9614d408823290b16c156 /configure.ac
parentNo "core dumps" on Windows, and not on iOS or Android either (diff)
downloadcore-079de44b00be0e6e06388415b65f1195c9005921.tar.gz
core-079de44b00be0e6e06388415b65f1195c9005921.zip
There are several TABs on one line in this "here document"
So replace all the <TAB> with real TABs. (Sure, only the first TAB on that line is part of the Makefile syntax, the rest are just whitespace.) Change-Id: Ie500c304ffff00b72ee1cdf81716627bbac689f0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3b4fb4833c68..3f176fb70c16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4615,7 +4615,7 @@ elif test "$_make_longver" -ge "038100"; then
fi
AC_MSG_CHECKING([for GNU make bug 20033])
TESTGMAKEBUG20033=`mktemp -d tmp.XXXXXX`
- $SED -e "s/<TAB>/$TAB/" > $TESTGMAKEBUG20033/Makefile << EOF
+ $SED -e "s/<TAB>/$TAB/g" > $TESTGMAKEBUG20033/Makefile << EOF
A := \$(wildcard *.a)
.PHONY: all