comparison configure.ac @ 6704:471eed8124d5

[gaim-migrate @ 7230] version++ committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 05:03:36 +0000
parents b7e113a59b51
children 4c9fb525be47
comparison
equal deleted inserted replaced
6703:36897b9e009f 6704:471eed8124d5
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.68]) 4 AM_INIT_AUTOMAKE([gaim], [0.69cvs])
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