[gaim-migrate @ 9211]

Sun, 21 Mar 2004 05:38:20 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sun, 21 Mar 2004 05:38:20 +0000
changeset 8478
451464042054
parent 8477
cc7c41f2f5e0
child 8479
0d5e9525305b

[gaim-migrate @ 9211]
We're now using the non-deprecated AC_INIT() parameter set. It does mean
one more location where we have to put the version number, but it's only 2
lines above the other, so it's no big deal.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Sat Mar 20 23:46:22 2004 +0000
+++ b/configure.ac	Sun Mar 21 05:38:20 2004 +0000
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/main.c)
+AC_INIT(gaim, 0.76cvs, gaim-devel@lists.sourceforge.net)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([gaim], [0.76cvs])
 

mercurial