From 9707532fe05858783dc9491b4f3fe4405b115fda Mon Sep 17 00:00:00 2001 From: Horms Date: Tue, 10 Jun 2008 08:30:54 +0000 Subject: [PATCH] Add automake1.7 | automaken, libtool, pkg-config as debian build dependancies Currently debian/rules requires these dependancies to else the following errors occur: When automake is missing: ./autogen.sh [...] Running aclocal... ./autogen.sh: line 8: aclocal: command not found make: *** [clean] Error 1 ./autogen.sh [...] configure.in:20: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:23: error: possibly undefined macro: AC_PROG_LIBTOOL make: *** [clean] Error 1 When pkg-config is missing: ./autogen.sh [...] configure: creating libtool ./configure: line 14491: PKG_PROG_PKG_CONFIG: command not found ./configure: line 14499: syntax error near unexpected token `EVIL,' ./configure: line 14499: ` PKG_CHECK_MODULES(EVIL, evil)' make: *** [clean] Error 2 SVN revision: 34790 --- 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 4f30d41c3d..8e7f9d8ba7 100644 --- a/legacy/eet/debian/control +++ b/legacy/eet/debian/control @@ -2,7 +2,7 @@ Source: eet Section: libs Priority: optional Maintainer: Falko Schmidt -Build-Depends: debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev, doxygen +Build-Depends: debhelper (>= 6), cdbs, automake1.7 | automaken, libtool, pkg-config, zlib1g-dev, libjpeg62-dev, doxygen Standards-Version: 3.7.3 Homepage: http://www.enlightenment.org