comparison configure.ac @ 6470:1ab8acb733c3

[gaim-migrate @ 6979] 0.67 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 14 Aug 2003 22:59:35 +0000
parents 8f94cce8faa5
children 9a7fb2135e5e
comparison
equal deleted inserted replaced
6469:0dd2f025b913 6470:1ab8acb733c3
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.67cvs]) 4 AM_INIT_AUTOMAKE([gaim], [0.67])
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