comparison configure.ac @ 5229:8aafe8d7bcb8

[gaim-migrate @ 5599] Er, 0.63cvs :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 18:01:47 +0000
parents fefad67de2c7
children 2d58a9a46292
comparison
equal deleted inserted replaced
5228:1a53330dfd34 5229:8aafe8d7bcb8
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.62]) 4 AM_INIT_AUTOMAKE([gaim], [0.63cvs])
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