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.

40 lines
1.3 KiB

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -1,4 +1,4 @@
  4. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging po tests
  5. +SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  6. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  7. EXTRA_DIST = README.md
  8. --- a/Makefile.in
  9. +++ b/Makefile.in
  10. @@ -389,7 +389,7 @@ target_alias = @target_alias@
  11. top_build_prefix = @top_build_prefix@
  12. top_builddir = @top_builddir@
  13. top_srcdir = @top_srcdir@
  14. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging po tests
  15. +SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  16. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  17. EXTRA_DIST = README.md
  18. all: config.h
  19. --- a/configure.ac
  20. +++ b/configure.ac
  21. @@ -58,10 +58,7 @@ dnl ------------------------------------
  22. GP_GETTEXT_HACK([],[Lutz Müller and others],[${MAIL_GPHOTO_TRANSLATION}])
  23. 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"
  24. AM_GNU_GETTEXT_VERSION([0.14.1])
  25. -AM_GNU_GETTEXT([external])
  26. -AM_PO_SUBDIRS()
  27. AM_ICONV()
  28. -GP_GETTEXT_FLAGS()
  29. dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as
  30. dnl we require make to do insert the proper $(datadir) value
  31. @@ -406,7 +403,6 @@ AC_SUBST([AM_LDFLAGS])
  32. # Create output files
  33. # ---------------------------------------------------------------------------
  34. AC_CONFIG_FILES([
  35. -po/Makefile.in
  36. Makefile
  37. gphoto2/Makefile
  38. gphoto-m4/Makefile