# HG changeset patch # User Christopher Rogers # Date 1305995265 0 # Node ID b283b17be7a410d4ed463c3e7ee2dc9de3426dc4 # Parent effd73675e7fa818ce5739ae40a24700cc877588 autoconf: Add $CONFIGURE_ARGS. diff -r effd73675e7f -r b283b17be7a4 autoconf/receipt --- a/autoconf/receipt Sat May 21 16:24:52 2011 +0000 +++ b/autoconf/receipt Sat May 21 16:27:45 2011 +0000 @@ -5,19 +5,19 @@ CATEGORY="development" SHORT_DESC="Tool to automatically configure software source code." MAINTAINER="pankso@slitaz.org" -DEPENDS="m4 perl" -BUILD_DEPENDS="m4 perl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/autoconf/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="m4 perl" +BUILD_DEPENDS="m4 perl" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure && - make && - make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.