>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:

 Robert> On Tue, 2002-07-30 at 19:02, Alexandre Duret-Lutz wrote:
 >> >>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:
 >> 
 >> [...]
 >> 
 Robert> Still I don't see how that could be accomplished with Bruce's
 Robert> suggestion of multiple targets.
 >> 
 >> IMHO ./configure is not a exactly the right interface to make
 >> distribution policy decisions.

 Robert> Oh, I'm easy about *where*.

Sorry.  Here is a possible answer about *how*.

  build distdir
  for f in $DIST_FORMATS; do
    case $f in
      gz)    ...
      bzip2) ...
      zip)   ...
      ...
    esac
  done
  erase distdir

-- 
Alexandre Duret-Lutz


Reply via email to