diff configure.ac @ 23894:9967f971bb3f

automake can spit out gzip & bzip2 tarballs at the same time, avoiding the need to re-run the whole of the dist process, and distcheck runs this anyway so we don't need to explicitly run either dist-gzip or dist-bzip2. Also don't make the src.rpm here, as I build them on a separate system, in clean chroots
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 25 Aug 2008 13:18:07 +0000
parents 9f1d3db77fc3
children 284c19091f8f f89bdd34c9f1
line wrap: on
line diff
--- a/configure.ac	Mon Aug 25 03:09:33 2008 +0000
+++ b/configure.ac	Mon Aug 25 13:18:07 2008 +0000
@@ -74,8 +74,7 @@
 
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-#AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 check-news])
 
 PURPLE_MAJOR_VERSION=purple_major_version
 PURPLE_MINOR_VERSION=purple_minor_version