comparison 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
comparison
equal deleted inserted replaced
8477:d8c2a7613290 8478:824b871355b9
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(src/main.c) 2 AC_INIT(gaim, 0.76cvs, gaim-devel@lists.sourceforge.net)
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE([gaim], [0.76cvs]) 4 AM_INIT_AUTOMAKE([gaim], [0.76cvs])
5 5
6 AC_PREREQ([2.50]) 6 AC_PREREQ([2.50])
7 7