Ver Fonte

package/dc3dd: migrate to new autopoint flag

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
[Arnout: also update comment]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Vincent Fazio há 2 anos atrás
pai
commit
b75e7dc15a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      package/dc3dd/dc3dd.mk

+ 2 - 2
package/dc3dd/dc3dd.mk

@@ -11,8 +11,8 @@ DC3DD_SITE = https://downloads.sourceforge.net/project/dc3dd/dc3dd/$(DC3DD_VERSI
 DC3DD_LICENSE = GPL-3.0+
 DC3DD_LICENSE_FILES = COPYING
 # We are patching Makefile.am, so we need to autoreconf. We also need to
-# enable gettextize as dc3dd comes with an old gettext infra.
+# enable autopoint as dc3dd comes with an old gettext infra.
 DC3DD_AUTORECONF = YES
-DC3DD_GETTEXTIZE = YES
+DC3DD_AUTOPOINT = YES
 
 $(eval $(autotools-package))