[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] Makefile.in: fix patch-wrapper checks
From: |
Andreas Grünbacher |
Subject: |
Re: [Quilt-dev] [PATCH] Makefile.in: fix patch-wrapper checks |
Date: |
Tue, 3 Jun 2014 14:07:55 +0200 |
Kent,
2014-06-03 0:16 GMT+02:00 Kent R. Spillner <address@hidden>:
> 293c4ddb added checks to Makefile.in to disable the patch-wrapper test
> when the configure script is not invoked with the --with-patch-wrapper
> argument. Those checks assumed that PATCH_WRAPPER will always be empty
> unless --with-patch-wrapper was used. However, PATCH_WRAPPER will be
> set to "no" when the configure script is invoked with the
> --without-patch-wrapper argument.
ah, I see, thanks.
> Add nested ifneq check to handle this case as well.
There is a third use of PATCH_WRAPPER in the Makefile which this change doesn't
handle, so let me fixing this bug in configure.ac instead.
Thanks,
Andreas