comparison configure.ac @ 23964: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
comparison
equal deleted inserted replaced
23963:d64673562530 23964:9967f971bb3f
72 ]) 72 ])
73 fi 73 fi
74 74
75 AC_CANONICAL_SYSTEM 75 AC_CANONICAL_SYSTEM
76 AM_CONFIG_HEADER(config.h) 76 AM_CONFIG_HEADER(config.h)
77 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 77 AM_INIT_AUTOMAKE([dist-bzip2 check-news])
78 #AM_INIT_AUTOMAKE([foreign dist-bzip2])
79 78
80 PURPLE_MAJOR_VERSION=purple_major_version 79 PURPLE_MAJOR_VERSION=purple_major_version
81 PURPLE_MINOR_VERSION=purple_minor_version 80 PURPLE_MINOR_VERSION=purple_minor_version
82 PURPLE_MICRO_VERSION=purple_micro_version 81 PURPLE_MICRO_VERSION=purple_micro_version
83 PURPLE_VERSION=[purple_display_version] 82 PURPLE_VERSION=[purple_display_version]