File epiphany-libtool.patch of Package epiphany
--- configure.ac +++ configure.ac @@ -455,6 +455,7 @@ if test "$have_python" != "no"; then AM_CHECK_PYTHON_HEADERS([],[have_python=no]) fi +m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) if test "$have_python" != "no"; then PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'` PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`