# HG changeset patch
# User Christian Hammond <chipx86@chipx86.com>
# Date 1079847500 0
# Node ID 824b871355b94ee8dc8d9169d88d10c68f3995db
# Parent  d8c2a76132901f104a5ba0270ddf73ee2422a8d1
[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.

committer: Tailor Script <tailor@pidgin.im>

diff -r d8c2a7613290 -r 824b871355b9 configure.ac
--- 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])