patch-configure_ac 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --- pulseaudio-10.0.orig/configure.ac 2017-01-13 04:02:18.000000000 +0100
  2. +++ pulseaudio-10.0/configure.ac 2017-06-06 20:05:26.400612037 +0200
  3. @@ -97,24 +97,8 @@ AS_IF([test "x$M4" = "xno"], AC_MSG_ERRO
  4. PKG_PROG_PKG_CONFIG
  5. -# gettext
  6. -
  7. -if test "x$enable_nls" != "xno"; then
  8. -IT_PROG_INTLTOOL([0.35.0])
  9. -
  10. -AM_GNU_GETTEXT_VERSION([0.18.1])
  11. -AM_GNU_GETTEXT([external])
  12. -
  13. -GETTEXT_PACKAGE=pulseaudio
  14. -AC_SUBST([GETTEXT_PACKAGE])
  15. -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
  16. -else
  17. -# workaround till an intltool m4 bug is fixed upstream
  18. -# (https://bugs.launchpad.net/intltool/+bug/904647)
  19. USE_NLS=no
  20. AC_SUBST(USE_NLS)
  21. -fi
  22. -
  23. #### Determine host OS ####
  24. @@ -1486,27 +1470,10 @@ AM_CONDITIONAL([FORCE_PREOPEN], [test "x
  25. AC_CONFIG_FILES([
  26. Makefile
  27. src/Makefile
  28. -man/Makefile
  29. libpulse.pc
  30. libpulse-simple.pc
  31. libpulse-mainloop-glib.pc
  32. -doxygen/Makefile
  33. -doxygen/doxygen.conf
  34. src/pulse/version.h
  35. -po/Makefile.in
  36. -man/pulseaudio.1.xml
  37. -man/esdcompat.1.xml
  38. -man/pax11publish.1.xml
  39. -man/pacat.1.xml
  40. -man/pacmd.1.xml
  41. -man/pactl.1.xml
  42. -man/pasuspender.1.xml
  43. -man/padsp.1.xml
  44. -man/pulse-daemon.conf.5.xml
  45. -man/pulse-client.conf.5.xml
  46. -man/default.pa.5.xml
  47. -man/pulse-cli-syntax.5.xml
  48. -man/start-pulseaudio-x11.1.xml
  49. ])
  50. AC_CONFIG_FILES([src/esdcompat:src/daemon/esdcompat.in], [chmod +x src/esdcompat])