View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#2
Scratchbox has by its own some buildtools. So install the right automake version from extras and redirect to installed version.
See the code below.

Code:
fakeroot apt-get install automake
export SBOX_REDIRECT_IGNORE=/usr/bin/automake:/usr/bin/autoreconf:/usr/bin/aclocal:/usr/bin/autoconf
export AUTOMAKE=/usr/bin/automake
export ACLOCAL=/usr/bin/aclocal
export AUTOCONF=/usr/bin/autoconf
export AUTORECONF=/usr/bin/autoreconf
 

The Following 3 Users Say Thank You to Halftux For This Useful Post: