maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [Announce] Automake1.11 for Fremantle (https://talk.maemo.org/showthread.php?t=86181)

marmistrz 2012-08-18 09:47

[Announce] Automake 1.11 for Fremantle
 
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!


All times are GMT. The time now is 12:12.

vBulletin® Version 3.8.8