mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
contrib: Sort patches into alphabetical order and add to EXTRA_DIST.
We also have to use AM_INIT_AUTOMAKE(tar-pax), since otherwise
automake uses some ancient tar format that doesn't support a filename
this long. (See: https://noiselabs.io/2010/02/27/tar-file-name-is-too-long-max-99/
for a clear explanation)
Fixes commit b702ec19e8.
This commit is contained in:
@@ -217,8 +217,8 @@ EXTRA_DIST = \
|
||||
contrib/intro/win7.xml \
|
||||
contrib/p2v/aux-scripts/do-build.sh \
|
||||
contrib/p2v/build-p2v-iso.sh \
|
||||
contrib/p2v/patches/0002-RHEL-5-ONLY-QEMU-NBD-1.4-HAS-NO-f-OPTION.patch \
|
||||
contrib/p2v/patches/0001-RHEL-5-ONLY-DISABLE-AUTOMATIC-REMOTE-PORT-ALLOCATION.patch \
|
||||
contrib/p2v/patches/0002-RHEL-5-ONLY-QEMU-NBD-1.4-HAS-NO-f-OPTION.patch \
|
||||
contrib/p2v/test-p2v-iso.sh \
|
||||
contrib/README \
|
||||
contrib/visualize-alignment/.gitignore \
|
||||
|
||||
@@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_REQUIRE_AUX_FILE([guestfs-test-driver])
|
||||
|
||||
dnl Initialize automake.
|
||||
AM_INIT_AUTOMAKE(foreign subdir-objects) dnl NB: Do not [quote] this parameter.
|
||||
AM_INIT_AUTOMAKE(foreign subdir-objects tar-pax) dnl NB: Do not [quote] this parameter.
|
||||
|
||||
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
|
||||
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
||||
|
||||
Reference in New Issue
Block a user