configury: use $(SED) where input does not end in newline.
commit24be64322deed74bec35893143fcd28494c570cd
authorGary V. Vaughan <gary@gnu.org>
Wed, 30 Oct 2013 01:55:00 +0000 (30 14:55 +1300)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Jan 2014 23:06:29 +0000 (2 12:06 +1300)
tree45c6e8c7a97c15e65ff09d404a4ff185e564395e
parent9cb8bb6d065f0453abea50b35e7bbd4c4598a52b
configury: use $(SED) where input does not end in newline.

On Solaris machines the system sed does not process the last
line of input unless it ends with a newline, which means it
cannot be used to massage the output of git-version-gen, because
it deliberately omits the terminating newline.
* Makefile.am (rebuild): Use the sed command found by configure,
which has a better chance of working properly than the first sed
on PATH.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am