[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gcal] There is no "help" target in the Makefiles
From: |
Guido Trentalancia |
Subject: |
Re: [Bug-gcal] There is no "help" target in the Makefiles |
Date: |
Mon, 18 Jul 2011 16:28:43 +0200 |
On Mon, 2011-07-18 at 11:18 +0200, Giuseppe Scrivano wrote:
> Thanks to have reported it.
>
> I am going to commit this patch instead:
>
> From 3c867859964d625b5c355ec2fb9cff2efb88ecab Mon Sep 17 00:00:00 2001
> From: Guido Trentalancia <address@hidden>
> Date: Mon, 18 Jul 2011 11:15:08 +0200
> Subject: [PATCH] Do not cite make help at configure time.
Then you have to regenerate the configure script using autoconf. I am
not working with the git version. It's just the same without touching
configure directly, I suppose.
Once again, please do not forget to check the automake issue (I was
using automake 1.11.1).
Thanks.
> ---
> configure.ac | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3b16049..a1f8fb4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -775,5 +775,3 @@ AC_MSG_RESULT()
> AC_MSG_RESULT(Perhaps you might want to inspect the created)
> AC_MSG_RESULT(Makefiles now for tuning some settings...)
> AC_MSG_RESULT()
> -AC_MSG_RESULT(Otherwise type make help for a list of supported targets)
> -AC_MSG_RESULT()