comparison configure.ac @ 3247:eee7aeeeb70d

[gaim-migrate @ 3265] Yup committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 14 May 2002 02:39:40 +0000
parents e3cba5bb2d69
children c690d1ac6ee4
comparison
equal deleted inserted replaced
3246:24faa8ef557a 3247:eee7aeeeb70d
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.58cvs]) 4 AM_INIT_AUTOMAKE([gaim], [0.58])
5 5
6 AC_PREREQ([2.50]) 6 AC_PREREQ([2.50])
7 7
8 AC_PATH_PROG(sedpath, sed) 8 AC_PATH_PROG(sedpath, sed)
9 9