comparison configure.ac @ 13574:e3c13c8096f0

[gaim-migrate @ 15954] 2.0.0beta3 is tagged (finally). I'm uploading tarballs and SRPM now I'll do a news post later tonight or something, unless someone else wants to. Feel free to make rpms or windows installers or love or whatever. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Mar 2006 23:04:57 +0000
parents 73dc01e3b81a
children bbf2e601be82
comparison
equal deleted inserted replaced
13573:0b2e4a5a8e79 13574:e3c13c8096f0
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([gaim], [2.0.0beta3], [gaim-devel@lists.sourceforge.net]) 2 AC_INIT([gaim], [2.0.0cvs], [gaim-devel@lists.sourceforge.net])
3 AC_CANONICAL_SYSTEM 3 AC_CANONICAL_SYSTEM
4 AM_CONFIG_HEADER(config.h) 4 AM_CONFIG_HEADER(config.h)
5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
6 6
7 AC_PREREQ([2.50]) 7 AC_PREREQ([2.50])