Mercurial > pidgin.yaz
comparison configure.ac @ 7635:eeb54a540020
[gaim-migrate @ 8275]
Since I seem to be the one who feels the CVS funk, here's the (massively
trivial) merge from 0.74 back into the mainline. Boy would I like to be
feeling the OpenCM funk. "opencm.gaim.sf.net" just has a ring to it, I
think... Oh, and this opens up 0.75cvs.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 26 Nov 2003 05:27:46 +0000 |
parents | 7b9630667f43 |
children | 2e32c38760b2 |
comparison
equal
deleted
inserted
replaced
7634:6c2115a8564e | 7635:eeb54a540020 |
---|---|
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.74cvs]) | 4 AM_INIT_AUTOMAKE([gaim], [0.75cvs]) |
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 |