summaryrefslogtreecommitdiffstats
path: root/devel/automake-1.8/PRE_BUILD
blob: a17dab31ee6e47cd581679c590d8aef82664aee6 (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   &&
automake --add-missing &&
autoconf