|
@@ -18,8 +18,8 @@ inherit autotools gettext
|
|
|
|
|
|
# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
|
|
|
# don't ship a po/POTFILES.in (which is silly). Without that file gettext
|
|
|
-#doesn't believe po/ is a gettext directory and won't generate po/Makefile.
|
|
|
-EXTRA_AUTORECONF=""
|
|
|
+# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
|
|
|
+EXTRA_AUTORECONF_remove = "--exclude=autopoint"
|
|
|
do_configure_prepend() {
|
|
|
( cd ${S} && po/update-potfiles )
|
|
|
}
|