Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:4a223fbb12bf889740d57f2fa4faffca3beba21f
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Sat Apr 14 15:08:43 2012 +0100
Parents..:b062ba055f84af54a2420d546f6f92e37b4a370e

Message
configure.ac: Remove dist-xz option from AM_INIT_AUTOMAKE: stick to defaults where possible.

Changes
diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 45b567a..b7be6e2
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([GNU Hello], [2.7.1], [bug-hello@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([readme-alpha dist-xz])
+AM_INIT_AUTOMAKE([readme-alpha])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.60)

This website is licensed under AGPL-3.0. Feel free to copy!