summaryrefslogtreecommitdiffstats
path: root/devel/automake-1.9/PRE_BUILD
blob: 9dad031351aa992d680b2009c0254163ae400ab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
default_pre_build  &&
cd  $SOURCE_DIRECTORY  &&
patch -p0 < $SCRIPT_DIRECTORY/versioning.patch  &&
# replace this with a plain 'automake'/'aclocal' after some time, it's
# needed right now because the 'automake'/'aclocal' binary might have
# been removed due to being previously tracked by one of the 
# automake-X.X spells
aclocal-1.10   &&
automake-1.10  &&
autoconf