Re: [Dbmail-dev] automake error

2006-05-18 Thread Paul J Stevens
I hear Lars was succesful running automake1.7, but I always use 1.9 Thomas Mueller wrote: > Hi, > > I try to build packages of current svn 2121 for Debian Sarge, but I fail > because of an automake error: > > autoreconf -i > Putting files in AC_CONFIG_AUX_DIR, `buildtools'. > automake: configure

[Dbmail-dev] automake error

2006-05-18 Thread Thomas Mueller
Hi, I try to build packages of current svn 2121 for Debian Sarge, but I fail because of an automake error: autoreconf -i Putting files in AC_CONFIG_AUX_DIR, `buildtools'. automake: configure.in: installing `buildtools/install-sh' automake: configure.in: installing `buildtools/mkinstalldirs' autom

Re: [Dbmail-dev] automake

2005-12-06 Thread Aaron Stone
Created http://www.dbmail.org/dokuwiki/doku.php?id=trace_level to lay out the ideas/plans for this. [snippage] On Mon, 2005-12-05 at 23:21 +0100, Paul J Stevens wrote: > Aaron Stone wrote: > > ... I plan on changing the trace levels around some more anyways. > > Please do. I find it quite annoyin

Re: [Dbmail-dev] automake

2005-12-05 Thread Paul J Stevens
Aaron Stone wrote: > On Mon, 2005-12-05 at 14:39 +0100, Paul J Stevens wrote: > > >>Only people using mixed-case keys need to fix their config. That was >>never documentated as a valid example, so until proved wrong I will >>assume only a very small minority of users will be affected. > > > I d

Re: [Dbmail-dev] automake

2005-12-05 Thread Aaron Stone
On Mon, 2005-12-05 at 14:39 +0100, Paul J Stevens wrote: > Only people using mixed-case keys need to fix their config. That was > never documentated as a valid example, so until proved wrong I will > assume only a very small minority of users will be affected. I do love the corner cases. Lazy me,

Re: [Dbmail-dev] automake

2005-12-05 Thread Paul J Stevens
Aaron Stone wrote: > On Mon, 2005-12-05 at 08:45 +0100, Paul J Stevens wrote: > >>Aaron Stone wrote: >> >>>Let's just make the whole config file lower case. I rather dislike the >>>needless use of upper case. >> >>Agreed. But config_get_value should also check for uppercase keys, for >>backward

Re: [Dbmail-dev] automake

2005-12-05 Thread Aaron Stone
On Mon, 2005-12-05 at 08:45 +0100, Paul J Stevens wrote: > Aaron Stone wrote: > > Let's just make the whole config file lower case. I rather dislike the > > needless use of upper case. > > Agreed. But config_get_value should also check for uppercase keys, for > backward compatibility's sake. Woul

Re: [Dbmail-dev] automake

2005-12-05 Thread Paul J Stevens
Aaron Stone wrote: > Let's just make the whole config file lower case. I rather dislike the > needless use of upper case. Agreed. But config_get_value should also check for uppercase keys, for backward compatibility's sake. --

Re: [Dbmail-dev] automake

2005-12-04 Thread Aaron Stone
Let's just make the whole config file lower case. I rather dislike the needless use of upper case. Aaron On Sun, 2005-12-04 at 16:11 +0100, Paul J Stevens wrote: > Hi all, > > I've fixed stuff so it works now with automake1.9 and autoconf2.59 > > As a sidenote: I've completely removed ./lib/ wh

Re: [Dbmail-dev] automake

2005-12-04 Thread Paul J Stevens
Hi all, I've fixed stuff so it works now with automake1.9 and autoconf2.59 As a sidenote: I've completely removed ./lib/ which contained iniparser. config.c now uses GKeyFile. Only difference is that GKeyFile is case-sensitive wrt the keys looked up. But I've made provisions so backward compatibi

Re: [Dbmail-dev] automake

2005-11-30 Thread Paul J Stevens
Aaron Stone wrote: > On Wed, 2005-11-30 at 20:11 +0100, Paul J Stevens wrote: > >>Aaron Stone wrote: >> >>>Looks like 1.9 is my default, although my system has: >>> >>>automake automake-1.4 automake-1.5 automake-1.6 automake-1.7 >>>automake-1.8 automake-1.9 >>> >>>Where 'automake' is a wr

Re: [Dbmail-dev] automake

2005-11-30 Thread Aaron Stone
On Wed, 2005-11-30 at 20:11 +0100, Paul J Stevens wrote: > Aaron Stone wrote: > > Looks like 1.9 is my default, although my system has: > > > > automake automake-1.4 automake-1.5 automake-1.6 automake-1.7 > > automake-1.8 automake-1.9 > > > > Where 'automake' is a wrapper script. I'm on

Re: [Dbmail-dev] automake

2005-11-30 Thread Paul J Stevens
Aaron Stone wrote: > Looks like 1.9 is my default, although my system has: > > automake automake-1.4 automake-1.5 automake-1.6 automake-1.7 > automake-1.8 automake-1.9 > > Where 'automake' is a wrapper script. I'm on Gentoo Linux, so they've > obviously had to heavily work around the aut

Re: [Dbmail-dev] automake

2005-11-30 Thread Aaron Stone
Looks like 1.9 is my default, although my system has: automake automake-1.4 automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 Where 'automake' is a wrapper script. I'm on Gentoo Linux, so they've obviously had to heavily work around the autotools version madness. Aaron

Re: [Dbmail-dev] automake

2005-11-30 Thread Paul J Stevens
Aaron, I've done some more fixes in the autotools chain to allow static builds. --enable-shared=no is now respected in the code. I need this for my unit-tests and it greatly speeds up the build. Paul J Stevens wrote: > Aaron, > > What version of automake are you on? > > Building suddenly br

[Dbmail-dev] automake

2005-11-30 Thread Paul J Stevens
Aaron, What version of automake are you on? Building suddenly breaks on AM_LDFLAGS running automake1.4 Switching to automake1.9 only makes things worse. :-( -- Paul Stevens paul at nfg.nl

Re: [Dbmail-dev] automake considerations

2003-06-06 Thread Ryan Butler
On Fri, 2003-06-06 at 10:19, Roel Rozendaal - IC&S wrote: > Hi, > > frankly, i have never developed using automake. Are there any > guidelines for creating the code as in compiler directives to use? I > would love to see all new dbmail code working at once with automake > (although personally,

[Dbmail-dev] automake considerations

2003-06-06 Thread
Hi, frankly, i have never developed using automake. Are there any guidelines for creating the code as in compiler directives to use? I would love to see all new dbmail code working at once with automake (although personally, i have a special bond with that lovely home-made build.sh script ;-)