diff options
Diffstat (limited to 'dev-libs/tntdb/tntdb-0.9.4.ebuild')
-rw-r--r-- | dev-libs/tntdb/tntdb-0.9.4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/tntdb/tntdb-0.9.4.ebuild b/dev-libs/tntdb/tntdb-0.9.4.ebuild index fb5bc6f2b..c025d38f7 100644 --- a/dev-libs/tntdb/tntdb-0.9.4.ebuild +++ b/dev-libs/tntdb/tntdb-0.9.4.ebuild @@ -25,8 +25,7 @@ src_unpack() { unpack ${A} cd "${S}" - AT_M4DIR="m4" - eautoreconf + AT_M4DIR="m4" eautoreconf } src_compile() { @@ -38,8 +37,7 @@ src_compile() { $(use_with postgres postgresql) \ $(use_with sqlite) \ --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - || die "econf failed" + --htmldir=/usr/share/doc/${PF}/html emake || die "emake failed" } |