comparison configure.in @ 5426:8d8bf0d31a23

[gaim-migrate @ 5805] i'm cleaning out my tree 1. new tobase64 function that works better 2. new date/time stamp parsing stuff for jabber 3. other misc stuff, not deserving of specific mention committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 18 May 2003 05:45:18 +0000
parents 697cd2f19d0c
children 9442e8d0b21d
comparison
equal deleted inserted replaced
5425:73bde657e212 5426:8d8bf0d31a23
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.63]) 4 AM_INIT_AUTOMAKE([gaim], [0.64cvs])
5 5
6 6
7 7
8 AC_PATH_PROG(sedpath, sed) 8 AC_PATH_PROG(sedpath, sed)
9 9