]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bootstrap.conf: stop creating AUTHORS file
authorPavel Hrdina <phrdina@redhat.com>
Wed, 8 Jan 2020 21:54:31 +0000 (22:54 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 15:04:26 +0000 (16:04 +0100)
The existence of AUTHORS file is required for GNU projects but since
commit <8bfb36db40f38e92823b657b5a342652064b5adc> we do not require
these files to exist.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
autogen.sh
bootstrap.conf

index a119b099cb7659d7a80c0f10efb5980e6032b185..a1f1943adbd4c8369bb22dc27d052de7a7ab24cc 100755 (executable)
@@ -127,7 +127,7 @@ if test -d .git || test -f .git; then
     expected_hash=$(cat "$state_file" 2>/dev/null)
     actual_hash=$(gnulib_hash "$no_git")
 
-    if test "$actual_hash" = "$expected_hash" && test -f AUTHORS; then
+    if test "$actual_hash" = "$expected_hash"; then
         # The gnulib hash matches our expectations, and all the files
         # that can only be generated through bootstrap are present:
         # we just need to run autoreconf. Unless we're performing a
index 5ff3374ded8b2f5b5be5bfd7538daf735b74e0fb..4159199d08261a589232ae6716ced1034865c295 100644 (file)
@@ -120,9 +120,6 @@ xmllint        -
 xsltproc   -
 "
 
-# Automake requires that AUTHORS exist.
-touch AUTHORS || exit 1
-
 # Override bootstrap's list - we don't use mdate-sh or texinfo.tex.
 gnulib_extra_files="
         build-aux/install-sh