Remove shar archives from distribution.

These are going to phase out in automake 2.0
This commit is contained in:
Sergey Poznyakoff
2014-01-10 11:37:50 +02:00
parent 2bd9c15391
commit 7f21a4d3f5

View File

@@ -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])