gdbm: require a working automake to fix the build.

This commit is contained in:
Juan RP 2014-01-01 17:12:32 +01:00
parent 60083002f1
commit 09b0f78423
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ long_desc="
It works similar to the standard Unix dbm routines."
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool automake>=1.13.1_2 gettext-devel"
hostmakedepends="libtool automake>=1.14.1_2 gettext-devel"
pre_configure() {
autoreconf -fi
}