automake: update recipe

Use runConfigure and jobArgs.
This commit is contained in:
Ingo Weinhold
2013-06-15 22:03:16 +02:00
parent f527844ec3
commit 1e2cafa16f

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2013 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz"
CHECKSUM_MD5="78a0ef8216b0556b44508e7b5b0c0847"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
@@ -44,8 +44,8 @@ SOURCE_DIR="$portVersionedName"
BUILD()
{
PERL="/bin/env perl" ./configure $configureDirArgs
make -j$jobs
PERL="/bin/env perl" runConfigure ./configure
make $jobArgs
}
INSTALL()