Package: libitl
Severity: normal
Tags: patch

When building 'libitl' on amd64 with gcc-4.0,
I get the following error:

Running autoconf...
./autogen.sh: line 19: autoconf: command not found
You can now run "./configure" and then "make".
./configure prefix=/libitl-0.6.3/debian/tmp/usr
make: execvp: ./configure: Permission denied
make: *** [configure-stamp] Error 127

With the attached patch 'libitl' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libitl-0.6.3/debian/control ./debian/control
--- ../tmp-orig/libitl-0.6.3/debian/control     2004-12-28 22:26:47.000000000 
+0100
+++ ./debian/control    2005-03-18 19:11:21.877429740 +0100
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Thamer Mahmoud <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), autoconf
 Standards-Version: 3.6.1
 
 Package: libitl-dev


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to