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