Tag
Hash :
991def1a
Author :
Date :
1999-04-27T15:42:53
* pluseq8.test: New file. * Makefile.am (TESTS): Added pluseq8.test.
#! /bin/sh
# Another `+=' test. From Paul Berrevoets.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
VAR = \
one \
two
VAR += three
END
$AUTOMAKE || exit 1
sed -n -e '/^VAR =.*\\$/ {
:loop
p
n
/\\$/ b loop
p
n
}' Makefile.in | grep three