]> git.draconx.ca Git - upkg.git/commit
build: Don't use a semicolon after sed's 't' command.
authorNick Bowler <nbowler@draconx.ca>
Sun, 31 Jan 2010 21:52:05 +0000 (16:52 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 31 Jan 2010 21:52:05 +0000 (16:52 -0500)
commit0d572b509281eb39bd418cb7a87ecfd9e101cb8a
tree9d5d840a6c4938268ff5d0921284d8a82c213a86
parentb228d2b354248b62d70a582a37693cff829fe0c6
build: Don't use a semicolon after sed's 't' command.

Some (namely, FreeBSD's) sed implementations fail when a semicolon is
used after a 't' command.  This behaviour appears to be acceptable
according to POSIX, so appease these implementations by passing extra
-e options to sed.
m4/glib.m4