patch-configure_ac 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --- polkit-0.112.orig/configure.ac 2013-09-18 18:55:09.000000000 +0200
  2. +++ polkit-0.112/configure.ac 2014-01-09 21:28:57.000000000 +0100
  3. @@ -8,9 +8,6 @@ AM_MAINTAINER_MODE
  4. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  5. -# Include external mocklibc tool for unit testing
  6. -AC_CONFIG_SUBDIRS([test/mocklibc])
  7. -
  8. # libtool versioning - this applies to all libraries in this package
  9. #
  10. # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
  11. @@ -46,8 +43,6 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
  12. fi
  13. AM_CONDITIONAL(MAN_PAGES_ENABLED, test x$enable_man_pages = xyes)
  14. -GTK_DOC_CHECK([1.3])
  15. -
  16. #### gcc warning flags
  17. if test "x$GCC" = "xyes"; then
  18. @@ -476,8 +471,6 @@ case "$host_os" in
  19. ;;
  20. esac
  21. -GOBJECT_INTROSPECTION_CHECK([0.6.2])
  22. -
  23. AC_ARG_ENABLE([examples],
  24. AS_HELP_STRING([--enable-examples], [Build the example programs]),,
  25. [enable_examples=yes])
  26. @@ -488,7 +481,6 @@ AM_CONDITIONAL(BUILD_EXAMPLES, test "x$e
  27. # Internationalization
  28. # ********************
  29. -IT_PROG_INTLTOOL([0.40.0])
  30. GETTEXT_PACKAGE=polkit-1
  31. AC_SUBST([GETTEXT_PACKAGE])
  32. AM_GLIB_GNU_GETTEXT
  33. @@ -512,15 +504,6 @@ src/polkitbackend/Makefile
  34. src/polkitagent/Makefile
  35. src/programs/Makefile
  36. src/examples/Makefile
  37. -docs/version.xml
  38. -docs/extensiondir.xml
  39. -docs/Makefile
  40. -docs/polkit/Makefile
  41. -docs/man/Makefile
  42. -po/Makefile.in
  43. -test/Makefile
  44. -test/polkit/Makefile
  45. -test/polkitbackend/Makefile
  46. ])
  47. dnl ==========================================================================