# HG changeset patch # User Ethan Blanton # Date 1079935212 0 # Node ID db4a125edd7bbc18bca9469febe9240343498722 # Parent f9fc1d56882574a9b7d1214ef96c796aad557108 [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 diff -r f9fc1d568825 -r db4a125edd7b configure.ac --- a/configure.ac Mon Mar 22 05:25:47 2004 +0000 +++ b/configure.ac Mon Mar 22 06:00:12 2004 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([gaim], [0.76cvs], [gaim-devel@lists.sourceforge.net]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_PREREQ([2.50])