Re: [Clamav-devel] [PATCH] Added a autogen.sh for buildstrap the build system

2012-04-16 Thread Török Edwin
On 04/16/2012 07:18 PM, Elia Pinto wrote: > 2012/4/16 Török Edwin : >> On 04/16/2012 07:02 PM, Elia Pinto wrote: >>> Please ignore this patch. It is incomplete, i am sorry. >>> >>> I will reroll it shortly. >> >> autogen.sh is not needed, 'autoreconf -fvi' does the job. > Yes, but not check the min

Re: [Clamav-devel] [PATCH] Added a autogen.sh for buildstrap the build system

2012-04-16 Thread Elia Pinto
2012/4/16 Török Edwin : > On 04/16/2012 07:02 PM, Elia Pinto wrote: >> Please ignore this patch. It is incomplete, i am sorry. >> >> I will reroll it shortly. > > autogen.sh is not needed, 'autoreconf -fvi' does the job. Yes, but not check the minimum version of the gnu buildtool used by a project,

[Clamav-devel] [PATCH] Add an autogen.sh for buildstrapping the build system

2012-04-16 Thread Elia Pinto
This patch add a simple autogen.sh for buildstrapping the gnu build system. It also check the minimun version of the gnu buildtool necessary for clamav. Signed-off-by: Elia Pinto --- Makefile.am |2 +- README-prereq | 10 +++ autogen.sh| 200 +

Re: [Clamav-devel] [PATCH] Added a autogen.sh for buildstrap the build system

2012-04-16 Thread Török Edwin
On 04/16/2012 07:02 PM, Elia Pinto wrote: > Please ignore this patch. It is incomplete, i am sorry. > > I will reroll it shortly. autogen.sh is not needed, 'autoreconf -fvi' does the job. Best regards, --Edwin ___ http://lurker.clamav.net/list/clamav-d

Re: [Clamav-devel] [PATCH] Added a autogen.sh for buildstrap the build system

2012-04-16 Thread Elia Pinto
Please ignore this patch. It is incomplete, i am sorry. I will reroll it shortly. Thanks 2012/4/16 Elia Pinto : > This patch add a simple autogen.sh for buildstrap > the gnu build system. It also check the minimun version > of the gnu buildtool necessary for clamav. > > Signed-off-by: Elia Pinto

[Clamav-devel] [PATCH] Added a autogen.sh for buildstrap the build system

2012-04-16 Thread Elia Pinto
This patch add a simple autogen.sh for buildstrap the gnu build system. It also check the minimun version of the gnu buildtool necessary for clamav. Signed-off-by: Elia Pinto --- Makefile.am |2 +- autogen.sh | 200 +++ 2 files change

[Clamav-devel] [PATCH] Add CL_CFLAGS and CL_LDFLAGS macro

2012-04-16 Thread Elia Pinto
These autoconf macros permit to enable a particular compiler option in a portable way, testing if the particular compiler version support it and ignoring the option if it is not supported. These are derived from gnulib warnings.m4 macro, but do the check in a little different way. Signed-off-by: