Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682156
Collapse All | Expand All

(-)libreoffice-6.2.2.2/configure.ac.orig (-1 / +1 lines)
Lines 11954-11960 Link Here
11954
    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
11954
    ant_minminor1=`echo $ant_minver | cut -d"." -f2`
11955
11955
11956
    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
11956
    AC_MSG_CHECKING([whether Ant is >= $ant_minver])
11957
    ant_version=`"$ANT" -version | $AWK '{ print $4; }'`
11957
    ant_version=`"$ANT" -version | $AWK '$3 == "version" { print $4; }'`
11958
    ant_version_major=`echo $ant_version | cut -d. -f1`
11958
    ant_version_major=`echo $ant_version | cut -d. -f1`
11959
    ant_version_minor=`echo $ant_version | cut -d. -f2`
11959
    ant_version_minor=`echo $ant_version | cut -d. -f2`
11960
    echo "configure: ant_version $ant_version " >&5
11960
    echo "configure: ant_version $ant_version " >&5

Return to bug 682156