dc3dd: upcase the autoreconf value

Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Benoît Allard 2017-03-31 09:39:44 +02:00 committed by Peter Korsgaard
parent 7298d02ccc
commit 11982199f6

View File

@ -11,6 +11,6 @@ DC3DD_SITE = https://downloads.sourceforge.net/project/dc3dd/dc3dd/$(DC3DD_VERSI
DC3DD_LICENSE = GPLv3+
DC3DD_LICENSE_FILES = COPYING
# We are patching the Makefile.am
DC3DD_AUTORECONF = yes
DC3DD_AUTORECONF = YES
$(eval $(autotools-package))