]> arthur.barton.de Git - ngircd-alex.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>
Sun, 27 Jan 2013 11:25:58 +0000 (12:25 +0100)
commit419ff38a07cb0b1637b444c96cd6868a7a9e5524
tree0dcf35f6433e3035d7e9eff091e926b33b84889c
parent8d8201502f79bfe6fdaf8e94a11544332bb9630a
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 ...
autogen.sh