diff configure.ac @ 8478:824b871355b9

[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>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 21 Mar 2004 05:38:20 +0000
parents 2729ef2df189
children dc07d60d1183
line wrap: on
line diff
--- 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])