Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79012 | Differences between
and this patch

Collapse All | Expand All

(-)a2ps-4.13.ORIG/configure (-7 / +8 lines)
Lines 31713-31726 Link Here
31713
if test "${a2_cv_com_acroread4+set}" = set; then
31713
if test "${a2_cv_com_acroread4+set}" = set; then
31714
  echo $ECHO_N "(cached) $ECHO_C" >&6
31714
  echo $ECHO_N "(cached) $ECHO_C" >&6
31715
else
31715
else
31716
  $acroread -helpall >conftest.help
31716
# For Gentoo, assume acroread 4 or later.
31717
  if fgrep -e -size   conftest.help >/dev/null &&
31717
# $acroread -helpall >conftest.help
31718
     fgrep -e -shrink conftest.help >/dev/null; then
31718
# if fgrep -e -size   conftest.help >/dev/null &&
31719
#    fgrep -e -shrink conftest.help >/dev/null; then
31719
     a2_cv_com_acroread4=yes
31720
     a2_cv_com_acroread4=yes
31720
  else
31721
# else
31721
     a2_cv_com_acroread4=no
31722
#    a2_cv_com_acroread4=no
31722
  fi
31723
# fi
31723
  rm -f conftest.help
31724
# rm -f conftest.help
31724
fi
31725
fi
31725
echo "$as_me:$LINENO: result: $a2_cv_com_acroread4" >&5
31726
echo "$as_me:$LINENO: result: $a2_cv_com_acroread4" >&5
31726
echo "${ECHO_T}$a2_cv_com_acroread4" >&6
31727
echo "${ECHO_T}$a2_cv_com_acroread4" >&6

Return to bug 79012