]> Dogcows Code - chaz/tar/commitdiff
Remove shar archives from distribution.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 10 Jan 2014 09:37:50 +0000 (11:37 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 10 Jan 2014 09:37:50 +0000 (11:37 +0200)
These are going to phase out in automake 2.0

configure.ac

index cf97df16ec3a97acaee21128c89d5d023a21d0e3..1c0f77049295c6a49408f057d2ded956dddfc5cd 100644 (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])
This page took 0.020402 seconds and 4 git commands to generate.