You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
861 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -1316,7 +1316,7 @@ AC_SUBST(DEPS_OPENSUBTITLES_LIBS)
  4. # GETTEXT/INTLTOOL
  5. # ----------------------------------------------------------
  6. -IT_PROG_INTLTOOL([0.40.0])
  7. +IT_PROG_INTLTOOL([0.40.0], [no-xml])
  8. GETTEXT_PACKAGE=grilo-plugins
  9. AC_SUBST(GETTEXT_PACKAGE)
  10. AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The domain to use with gettext])
  11. @@ -1334,7 +1334,7 @@ AC_SUBST([builddir])
  12. # DOCUMENTATION
  13. # ----------------------------------------------------------
  14. -YELP_HELP_INIT
  15. +#YELP_HELP_INIT
  16. # ----------------------------------------------------------
  17. # OUTPUT
  18. --- a/Makefile.am
  19. +++ b/Makefile.am
  20. @@ -10,7 +10,7 @@ include $(top_srcdir)/release.mk
  21. ACLOCAL_AMFLAGS = -I m4
  22. -SUBDIRS = src help po tests
  23. +SUBDIRS = src po
  24. MAINTAINERCLEANFILES = \
  25. $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \