# HG changeset patch
# User Jim Fehlig <jfehlig(a)novell.com>
# Date 1209749753 21600
# Node ID 1b4ca562f6f19455680f95db62b27c351de62e13
# Parent 02269d31d296b603dd99b5fd1c235c1a987f5a49
Generate bzip2 tar archive of the distribution
SuSE packages generally use bzip2 tar archives instead of gzip. This patch
permits creation of bzip2 archive, in addition to gzip, when invoking
'make dist' target.
Signed-off-by: Jim Fehlig <jfehlig(a)novell.com>
diff -r 02269d31d296 -r 1b4ca562f6f1 Makefile.am
--- a/Makefile.am Fri May 02 08:18:24 2008 -0700
+++ b/Makefile.am Fri May 02 11:35:53 2008 -0600
@@ -1,4 +1,6 @@
# Copyright IBM Corp. 2007
+AUTOMAKE_OPTIONS=dist-bzip2
+
SUBDIRS = libxkutil src doc base_schema
MOFS = \
Show replies by date