# HG changeset patch # User Christian Hammond # Date 1079847500 0 # Node ID 451464042054b2a4775d6e7fa235e2019116d8c8 # Parent cc7c41f2f5e03c541a982ab026d2d8e01da567fa [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. diff -r cc7c41f2f5e0 -r 451464042054 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])