wok rev 17740
splint: rebuild configure
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 17:07:08 2015 +0100 (2015-03-06) |
parents | 2c8d9c23af1a |
children | 573d4c473481 |
files | splint/receipt |
line diff
1.1 --- a/splint/receipt Fri Mar 06 17:02:15 2015 +0100 1.2 +++ b/splint/receipt Fri Mar 06 17:07:08 2015 +0100 1.3 @@ -10,13 +10,13 @@ 1.4 WEB_SITE="http://www.splint.org/" 1.5 WGET_URL="http://www.splint.org/downloads/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="flex bison" 1.8 +BUILD_DEPENDS="flex autoconf automake libtool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 - ./configure $CONFIGURE_ARGS && make -j1 && make install 1.15 + autoreconf -i 1.16 + ./configure $CONFIGURE_ARGS && make -j1 && make install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.