]> arthur.barton.de Git - ngircd.git/commit
autogen.sh: Don't use "egrep -o", use "sed"
authorAlexander Barton <alex@barton.de>
Sun, 27 Jan 2013 11:25:58 +0000 (12:25 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 13 Feb 2013 21:11:49 +0000 (22:11 +0100)
commit84612fe773ee57d57822107bb65671def135db30
treea6a743faa59b110bff44b73560bdcafbdbe530c4
parent84f5839c174e25af57f8d082cbbe8a603501dcaa
autogen.sh: Don't use "egrep -o", use "sed"

"egrep -o" isn't portable and not available on OpenBSD, for example. So
let's use sed instead to get the automake version. The expression used
now is less specific but should work as well ...
(cherry picked from commit 419ff38a07cb0b1637b444c96cd6868a7a9e5524)
autogen.sh