diff --git a/srcpkgs/libtool/template b/srcpkgs/libtool/template index c079793d5e..0c5d75d631 100644 --- a/srcpkgs/libtool/template +++ b/srcpkgs/libtool/template @@ -1,7 +1,7 @@ # Template build file for 'libtool' pkgname=libtool version=2.4.6 -revision=1 +revision=2 hostmakedepends="perl automake help2man" depends="tar sed" build_style=gnu-configure @@ -13,6 +13,7 @@ license="GPL-2" checksum=7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f pre_configure() { + touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in ./bootstrap --force }