diff 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
line wrap: on
line diff
--- 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])