From: Sergey Poznyakoff Date: Fri, 10 Jan 2014 09:37:50 +0000 (+0200) Subject: Remove shar archives from distribution. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=7f21a4d3f55cf36cd6a5cb13bc51e88a68c2e097 Remove shar archives from distribution. These are going to phase out in automake 2.0 --- diff --git a/configure.ac b/configure.ac index cf97df1..1c0f770 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.63]) -AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz dist-shar std-options silent-rules]) +AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options silent-rules]) # Enable silent rules by default: AM_SILENT_RULES([yes])