# HG changeset patch # User Pascal Bellard # Date 1425658028 -3600 # Node ID ee15b6380b315d7f1d0733661cdc3bf4dace5e7d # Parent 2c8d9c23af1a9e6622228d798eb67f3a8c571015 splint: rebuild configure diff -r 2c8d9c23af1a -r ee15b6380b31 splint/receipt --- a/splint/receipt Fri Mar 06 17:02:15 2015 +0100 +++ b/splint/receipt Fri Mar 06 17:07:08 2015 +0100 @@ -10,13 +10,13 @@ WEB_SITE="http://www.splint.org/" WGET_URL="http://www.splint.org/downloads/$TARBALL" -BUILD_DEPENDS="flex bison" +BUILD_DEPENDS="flex autoconf automake libtool" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && make -j1 && make install + autoreconf -i + ./configure $CONFIGURE_ARGS && make -j1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg.