On Dec  8 19:46, Achim Gratz wrote:
> Achim Gratz writes:
> > +           case "${WANT_AUTOCONF}" in
> > +           2.5|'')
> > +                   WANT_AUTOCONF=2.5
> > +                   case $(autoconf --version 2> /dev/null | head -n 1) in
> >                     autoconf*2.[56]?) ;;
> >                     *)      error "autoconf2.5 is required to build this 
> > package" ;;
> > +                   esac
> > +                   ;;
> > +           2.7)
> > +                   WANT_AUTOCONF=2.7
> 
> If anybody prefers cygport to default to 2.7, then the "|''" part of the
> above patch needs to be moved to the pattern clause for 2.7.

We should do that, IMHO.


Thanks,
Corinna

Reply via email to