fetchmail: fix build with automake 1.13

This commit is contained in:
Juergen Daubert 2013-01-05 09:22:51 +01:00 committed by Danny Rawlins
parent 8e99773fbe
commit 6b06065d16

View File

@ -5,7 +5,7 @@
name=fetchmail
version=6.3.24
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz)
build() {
@ -13,7 +13,7 @@ build() {
# don't build python stuff
sed -i '19,21s/^/#/' Makefile.am
autoreconf -v
autoreconf -vi
./configure --prefix=/usr \
--mandir=/usr/man \