]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure.ac: add foreign to AM_INIT_AUTOMAKE
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 00:29:03 +0000 (02:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 11:30:47 +0000 (13:30 +0200)
commit8bfb36db40f38e92823b657b5a342652064b5adc
tree0dc47bc44d0a9100cf9cb8bbea40483c36c5d0a7
parentc94db5fef580ab678755b4e3ca7dbb8adf90f5ac
configure.ac: add foreign to AM_INIT_AUTOMAKE

We do not care about the portability warnings implied by the implicit
'gnu' option. Switch to 'foreign' to opt out of checking the files
present in the top directory to let us drop ChangeLog completely.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac