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.

46 lines
1.7 KiB

  1. Index: gphoto2-2.5.17/Makefile.am
  2. ===================================================================
  3. --- gphoto2-2.5.17.orig/Makefile.am
  4. +++ gphoto2-2.5.17/Makefile.am
  5. @@ -1,4 +1,4 @@
  6. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging po tests
  7. +SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  8. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  9. EXTRA_DIST = README.md
  10. Index: gphoto2-2.5.17/Makefile.in
  11. ===================================================================
  12. --- gphoto2-2.5.17.orig/Makefile.in
  13. +++ gphoto2-2.5.17/Makefile.in
  14. @@ -389,7 +389,7 @@ target_alias = @target_alias@
  15. top_build_prefix = @top_build_prefix@
  16. top_builddir = @top_builddir@
  17. top_srcdir = @top_srcdir@
  18. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging po tests
  19. +SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  20. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  21. EXTRA_DIST = README.md
  22. all: config.h
  23. Index: gphoto2-2.5.17/configure.ac
  24. ===================================================================
  25. --- gphoto2-2.5.17.orig/configure.ac
  26. +++ gphoto2-2.5.17/configure.ac
  27. @@ -58,10 +58,7 @@ dnl ------------------------------------
  28. GP_GETTEXT_HACK([],[Lutz Müller and others],[${MAIL_GPHOTO_TRANSLATION}])
  29. ALL_LINGUAS="az cs da de en_GB es eu fi fr hu id is it ja nl pa pl pt_BR ro ru rw sk sr sv uk vi zh_CN zh_TW"
  30. AM_GNU_GETTEXT_VERSION([0.14.1])
  31. -AM_GNU_GETTEXT([external])
  32. -AM_PO_SUBDIRS()
  33. AM_ICONV()
  34. -GP_GETTEXT_FLAGS()
  35. dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as
  36. dnl we require make to do insert the proper $(datadir) value
  37. @@ -407,7 +404,6 @@ AC_SUBST([AM_LDFLAGS])
  38. # Create output files
  39. # ---------------------------------------------------------------------------
  40. AC_CONFIG_FILES([
  41. -po/Makefile.in
  42. Makefile
  43. gphoto2/Makefile
  44. gphoto-m4/Makefile