comparison configure.in @ 5555:6503d24fda09

[gaim-migrate @ 5956] Time to release 0.65cvs! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 30 May 2003 00:02:42 +0000
parents 9442e8d0b21d
children 29cded5d1ccf
comparison
equal deleted inserted replaced
5554:7b36d02031a2 5555:6503d24fda09
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(src/main.c)
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE([gaim], [0.64cvs]) 4 AM_INIT_AUTOMAKE([gaim], [0.65cvs])
5 5
6 6
7 7
8 AC_PATH_PROG(sedpath, sed) 8 AC_PATH_PROG(sedpath, sed)
9 9