do not use sed for version date processing but rather cut and tr
authorMatthias Kilian <kili@outback.escape.de>
Mon, 18 Apr 2011 21:59:51 +0000 (23:59 +0200)
committerIan Lynagh <igloo@earth.li>
Wed, 20 Apr 2011 21:26:20 +0000 (22:26 +0100)
commit3c287486b41b5f99b20f700a61f5897940403aaf
tree70fa8ed0f5518c8a4c1144392d5287cee2bee35e
parent44315e136cf9bc994185e689babec649c127e045
do not use sed for version date processing but rather cut and tr

Based on an idea from Karel Gardas, who had troubles with the original
sed version (which didn't work with /usr/bin/sed on Solaris).
aclocal.m4