summaryrefslogtreecommitdiffstats
path: root/graphics-libs/poppler/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/poppler/PRE_BUILD')
-rwxr-xr-xgraphics-libs/poppler/PRE_BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics-libs/poppler/PRE_BUILD b/graphics-libs/poppler/PRE_BUILD
index c851ff782f..dfd1d9d993 100755
--- a/graphics-libs/poppler/PRE_BUILD
+++ b/graphics-libs/poppler/PRE_BUILD
@@ -2,5 +2,7 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if [[ $POPPLER_BRANCH == scm ]]; then
+ sed -i "s:automake-1.7:automake-1.13 automake-1.7:" autogen.sh &&
+ sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac &&
NOCONFIGURE=ON ./autogen.sh
fi