[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] configure: add compat symlinks for cp and md5sum
From: |
Kent R. Spillner |
Subject: |
Re: [Quilt-dev] [PATCH] configure: add compat symlinks for cp and md5sum |
Date: |
Mon, 20 Jan 2014 10:26:28 -0600 |
> On Jan 20, 2014, at 1:52, Jean Delvare <address@hidden> wrote:
>
> This is fine for md5sum, but not for cp. On some systems gcp is
> something different, for example:
> http://packages.debian.org/wheezy/gcp
>
> So you don't want to pick gcp and use it by default. You only want to
> allow the user to pass --with-cp=/path/to/gcp. The following should do
> exactly that:
>
> QUILT_COMPAT_PROG_PATH(CP, cp)
Ok, I'll send an updated diff. Shall I drop gmd5sum by default, too, for
consistency's sake?