[PATCH] Have to configure and build inside the source directory.

Michal Sojka sojkam1 at fel.cvut.cz
Wed Jan 12 09:58:16 PST 2011


On Tue, 11 Jan 2011, Thomas Schwinge wrote:
> From: Thomas Schwinge <thomas at schwinge.name>
> 
> Signed-off-by: Thomas Schwinge <thomas at schwinge.name>
> 
> ---
>  configure |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/configure b/configure
> index c58dd0f..b5e446c 100755
> --- a/configure
> +++ b/configure
> @@ -188,6 +188,17 @@ developers. Then, please email those details to the Notmuch list
>  (notmuch at notmuchmail.org) so that we can hopefully make future
>  versions of notmuch easier for you to use.
>  
> +EOF
> +
> +if ! { : < configure; } 2> /dev/null; then

I think that "if ! test -f configure; then" be more readable.

-Michal


More information about the notmuch mailing list