A quick grep shows... [snipped for interesting lines]

[EMAIL PROTECTED] dbmail]$ grep -r "1\.0" *
buildtools/configure:VERSION=1.0
buildtools/configure.in:AM_INIT_AUTOMAKE(dbmail-smtp, 1.0)
configure.in:AM_INIT_AUTOMAKE(dbmail-smtp, 1.0)
VERSION:This is DBMAIL version 1.0


The VERSION file is created manually, but configure is generated by the
autotools, so just to update configure.in will do it...
AM_INIT_AUTOMAKE(dbmail, 1.1)

Of course, which configure.in? Umm... the one in dbmail/ says that the
rest of the auto* files are in dbmail/buildtools/ which means... I'm
confused :-P

As far as I can tell, the duplicated things in buildtools/ are not needed,
ie the extra configure.in, aclocal.m4, Makefile.am, etc. Best to check
with a real autoconf expert, though, since I've only got a few weeks'
worth of experience in writing autoconf scripts!

Aaron


On Fri, 14 Feb 2003, Roel Rozendaal - IC&S wrote:

> Hi all,
>
> last change request for 1.1: updating the 'version' defines/tags in the
> different files - where exactly is the version defined for automake?
> We'll be releasing dbmail 1.1 shortly afterwards.
>
> Furthermore: would anyone on this list be prepared to write an how-to
> for installing postfix+dbmail? Our aim is to have such an how-to placed
> on www.postfix.org - it would certainly help spreading out the dbmail
> usage :))
>
> regards roel
>
> Met vriendelijke groet,
>
>
> Roel Rozendaal
>
>
> _________________________
> R.A. Rozendaal
> ICT Manager
> IC&S
> T: +31 30 2322878
> F: +31 30 2322305
> www.ic-s.nl
>
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>

Reply via email to