008-dont-build-po-files.patch 440 B

12345678910111213141516171819202122232425
  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -17,7 +17,7 @@
  4. AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @STATIC_CFLAGS@
  5. -SUBDIRS=po
  6. +SUBDIRS=
  7. sbin_PROGRAMS = minidlnad
  8. check_PROGRAMS = testupnpdescgen
  9. --- a/configure.ac
  10. +++ b/configure.ac
  11. @@ -634,6 +634,8 @@ case "$target_os" in
  12. esac
  13. -AC_OUTPUT([ po/Makefile.in
  14. -Makefile
  15. -])
  16. +# AC_OUTPUT([ po/Makefile.in
  17. +# Makefile
  18. +# ])
  19. +AC_CONFIG_FILES([Makefile])
  20. +AC_OUTPUT