Reply
Thread Tools
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#1
Hi,

I compiled automake1.11 from Harmattan for Fremantle.

How to use it:

Install of course to begin with
Add this to debian/rules (I'm assuming you're using it together with autoconf2.67)

Code:
SBOX_REDIRECT_IGNORE=/usr/bin/automake:/usr/bin/autoreconf:/usr/bin/aclocal:/usr/bin/autoconf:/usr/bin/autom4te:/usr/bin/m4
export SBOX_REDIRECT_IGNORE
export AUTOMAKE=/usr/bin/automake
export ACLOCAL=/usr/bin/aclocal
export AUTOM4TE=/usr/bin/autom4te
export AUTOCONF=/usr/bin/autoconf
In case you need debhelper7 too (what is a frequent case), use this instead

Code:
PATH:=/usr/bin/dh7:/usr/bin:$(PATH)
export PATH
SBOX_REDIRECT_IGNORE=/usr/bin/perl:/usr/bin/automake:/usr/bin/autoreconf:/usr/bin/aclocal:/usr/bin/autoconf:/usr/bin/autom4te:/usr/bin/m4
export SBOX_REDIRECT_IGNORE
export AUTOMAKE=/usr/bin/automake
export ACLOCAL=/usr/bin/aclocal
export AUTOM4TE=/usr/bin/autom4te
export AUTOCONF=/usr/bin/autoconf
Download:
Code:
apt-get install automake1.11
This port is a part of MeeCoLay project. Newer build tools are required for compiling some of the MeeGo libraries.

If you'd like to support my work, you can consider donating. Thank you!
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2013-11-23 at 12:40.
 

The Following 5 Users Say Thank You to marmistrz For This Useful Post:
Reply

Tags
automake, development

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:22.