comparison configure.ac @ 8485:db4a125edd7b

[gaim-migrate @ 9220] It looks like the new-style AC_INIT_AUTOMAKE _isn't_ something we can rely upon ... but fortunately there's a trivial fix for that, too. Thanks to John Silvestri for pointing out that debian's automake is too gimpy for the "new" way of doing things. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 22 Mar 2004 06:00:12 +0000
parents dc07d60d1183
children d8dfab355d2c
comparison
equal deleted inserted replaced
8484:f9fc1d568825 8485:db4a125edd7b
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([gaim], [0.76cvs], [gaim-devel@lists.sourceforge.net]) 2 AC_INIT([gaim], [0.76cvs], [gaim-devel@lists.sourceforge.net])
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE 4 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
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