comparison configure.in @ 3351:5422e5f587f0

[gaim-migrate @ 3370] Fixed version strings to 0.60cvs. committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Tue, 09 Jul 2002 14:26:42 +0000
parents c5e08ae23394
children e9a89676d120
comparison
equal deleted inserted replaced
3350:66e2846bacbb 3351:5422e5f587f0
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/aim.c) 2 AC_INIT(src/aim.c)
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE([gaim], [0.59]) 4 AM_INIT_AUTOMAKE([gaim], [0.60cvs])
5 5
6 6
7 7
8 AC_PATH_PROG(sedpath, sed) 8 AC_PATH_PROG(sedpath, sed)
9 9