comparison configure.ac @ 7396:f7a807db8e03

[gaim-migrate @ 7991] we're in a new version again committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 02:49:00 +0000
parents adda72b4a238
children 81959bd9fe1f
comparison
equal deleted inserted replaced
7395:b250288fa948 7396:f7a807db8e03
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.72]) 4 AM_INIT_AUTOMAKE([gaim], [0.73cvs])
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