From c67cb60818461e11ef03d4da19147808a6c43aa9 Mon Sep 17 00:00:00 2001 From: Horms Date: Mon, 18 Feb 2008 07:03:33 +0000 Subject: [PATCH] libeet: Build depends on automake and libtool There seems to be a typo, likely introduced by me, such that the libtool dependancy was an alternate to automake. If you don't have automake instlled at configure time, then the following error pops up on Debian unstable. configure.in:19: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. SVN revision: 33772 --- legacy/eet/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/debian/control b/legacy/eet/debian/control index 88027f65e3..62d40d80ed 100644 --- a/legacy/eet/debian/control +++ b/legacy/eet/debian/control @@ -2,7 +2,7 @@ Source: eet Section: libs Priority: optional Maintainer: E17 Debian Team -Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken | libtool, zlib1g-dev, libjpeg62-dev +Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken, libtool, zlib1g-dev, libjpeg62-dev Standards-Version: 3.6.2.2 Package: libeet0-dev