summaryrefslogtreecommitdiffstats
path: root/utils/gnuplot/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gnuplot/PRE_BUILD')
-rwxr-xr-xutils/gnuplot/PRE_BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/gnuplot/PRE_BUILD b/utils/gnuplot/PRE_BUILD
index fa1663b627..5d1ed15174 100755
--- a/utils/gnuplot/PRE_BUILD
+++ b/utils/gnuplot/PRE_BUILD
@@ -4,10 +4,7 @@ cd "$SOURCE_DIRECTORY" &&
# Hopefully fixed in gnuplot 4.7 .
patch -Np0 < "$SPELL_DIRECTORY/crossbuild.patch" &&
-patch -p0 < $SPELL_DIRECTORY/automake-1.12.patch &&
-
-# remove the true when removing the patch above
-if true || [[ $GNUPLOT_BRANCH == scm ]]; then
+if [[ $GNUPLOT_BRANCH == scm ]]; then
cd "$SOURCE_DIRECTORY" &&
autoreconf -iv
fi