summaryrefslogtreecommitdiffstats
path: root/devel/automake-1.9/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/automake-1.9/PRE_BUILD')
-rwxr-xr-xdevel/automake-1.9/PRE_BUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/automake-1.9/PRE_BUILD b/devel/automake-1.9/PRE_BUILD
index 9dad031351..9a624d3514 100755
--- a/devel/automake-1.9/PRE_BUILD
+++ b/devel/automake-1.9/PRE_BUILD
@@ -1,10 +1,6 @@
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 &&
+aclocal &&
+automake &&
autoconf