View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#1
Hi,

I compiled autoconf 2.67 for Fremantle.

How to use it:

Install of course to begin with
Add this to debian/rules

Code:
SBOX_REDIRECT_IGNORE=/usr/bin/autoconf:/usr/bin/autom4te:/usr/bin/m4
export SBOX_REDIRECT_IGNORE
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/autoconf:/usr/bin/autom4te:/usr/bin/m4
export SBOX_REDIRECT_IGNORE
export AUTOM4TE=/usr/bin/autom4te
export AUTOCONF=/usr/bin/autoconf
Download
Code:
apt-get install autoconf2.67
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; 2012-08-18 at 09:48.
 

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