[EMAIL PROTECTED] (Andy Dougherty) wrote:
>Various possibilities spring to mind:
>
>1.  Supply a DIFF variable that is 'diff -c' by default and that contains
>both the name of the executable and the flag to be passed to it.
>
>       make diff DIFF='diff -c'   # The default ?
>       make diff DIFF='gdiff -u'
>       make diff DIFF='diff'      # Truly portable, even to old SVR3
>                                  # systems without diff -c.

I think this will be sufficient.  It seems like it should be settable at
'perl Makefile.PL' time, or via an environment variable, or at 'make diff'
time, overriding in that order.  I'll give it a shot.

Setting it at 'perl Makefile.PL' time doesn't seem very important, but
for completion it seems like it should be possible.

  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

Reply via email to