Re: "make dist" and cunit

2012-04-25 Thread Greg Banks
On Wed, Apr 25, 2012, at 08:56 PM, Carson Gaspar wrote: > On 4/25/12 6:07 PM, Greg Banks wrote: > > > * Ditto warning flags - I would love to see at least -Wall -Wextra by > > default if we're using gcc. > > 1) Please actually detect gcc properly if you're going to do this. Fair enough. > I'

Re: "make dist" and cunit

2012-04-25 Thread Carson Gaspar
On 4/25/12 6:07 PM, Greg Banks wrote: * Ditto warning flags - I would love to see at least -Wall -Wextra by default if we're using gcc. 1) Please actually detect gcc properly if you're going to do this. I'm so tired of removing gcc-isms from Makefiles (and from C and especially C++ code writ

Re: "make dist" and cunit

2012-04-25 Thread Greg Banks
On Tue, Apr 24, 2012, at 10:46 AM, Jeroen van Meeuwen wrote: > On Monday, April 23, 2012 03:05:24 PM Greg Banks wrote: > > On Fri, Apr 20, 2012, at 12:15 PM, Дилян Палаузов wrote: > > > Hello, > > > > > > Can SMakefile be deleted? > > > > I hope so. Most of what's in there is useless and the r

Re: "make dist" and cunit

2012-04-24 Thread Jeroen van Meeuwen
On Monday, April 23, 2012 03:05:24 PM Greg Banks wrote: > On Fri, Apr 20, 2012, at 12:15 PM, Дилян Палаузов wrote: > > Hello, > > > > Can SMakefile be deleted? > > I hope so. Most of what's in there is useless and the rest is wrong. > > It would be nice to have an autogen.sh which does all the

Re: "make dist" and cunit

2012-04-22 Thread Greg Banks
On Fri, Apr 20, 2012, at 12:15 PM, Дилян Палаузов wrote: > Hello, > > Can SMakefile be deleted? > I hope so. Most of what's in there is useless and the rest is wrong. It would be nice to have an autogen.sh which does all the necessary autotools futzery, from aclocal to configure. > Do we ne

Re: "make dist" and cunit

2012-04-20 Thread Jeroen van Meeuwen (Kolab Systems)
On 2012-04-20 11:15, Дилян Палаузов wrote: Hello, Can SMakefile be deleted? If it's not needed, it can. Do we need "make snapshot" in addition to "make dist"? It'd be nice to maintain a target doing pre-releases of current GIT, as especially working towards 2.5 I plan on doing some of t

"make dist" and cunit

2012-04-20 Thread Дилян Палаузов
Hello, Can SMakefile be deleted? Remaining issues are: * The cunit/ directory is proving resistant to automakification, but successfully builds and runs unit tests. I will rewrite cunit/Makefile.in to cunit/Makefile.am, for the purposes of having "make dist" including the files from the