]> git.draconx.ca Git - cdecl99.git/commitdiff
Remove dist-xz Automake option.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Apr 2024 01:21:01 +0000 (21:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Apr 2024 01:26:11 +0000 (21:26 -0400)
There is very little point in forcing dist-xz in the Automake options,
since it merely changes the formats produced by plain 'make dist'.
This just causes unnecessary failures when running 'make dist' on
systems without an xz program (gzip is much more widely available).

One can still explicitly run 'make dist-xz' when cutting a distribution
if this compression format is desired.

configure.ac

index 3cd249f34c01a13b4107ed7771abccb92c4d8e7b..297469d558fa4e1e31f819ff25db73955417fcab 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ([2.68])
 AC_INIT([cdecl99], [1.2a], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
 AM_SILENT_RULES([yes])
 DX_AUTOMAKE_COMPAT