patch-configure_ac 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. --- polkit-0.112.orig/configure.ac 2013-09-18 18:55:09.000000000 +0200
  2. +++ polkit-0.112/configure.ac 2014-01-11 11:22:30.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. @@ -158,7 +153,7 @@ AC_CHECK_LIB(expat,XML_ParserCreate,[EXP
  19. [AC_MSG_ERROR([Can't find expat library. Please install expat.])])
  20. AC_SUBST(EXPAT_LIBS)
  21. -AC_CHECK_FUNCS(clearenv)
  22. +AC_CHECK_FUNCS(clearenv getnetgrent innetgr)
  23. if test "x$GCC" = "xyes"; then
  24. LDFLAGS="-Wl,--as-needed $LDFLAGS"
  25. @@ -476,8 +471,6 @@ case "$host_os" in
  26. ;;
  27. esac
  28. -GOBJECT_INTROSPECTION_CHECK([0.6.2])
  29. -
  30. AC_ARG_ENABLE([examples],
  31. AS_HELP_STRING([--enable-examples], [Build the example programs]),,
  32. [enable_examples=yes])
  33. @@ -488,7 +481,6 @@ AM_CONDITIONAL(BUILD_EXAMPLES, test "x$e
  34. # Internationalization
  35. # ********************
  36. -IT_PROG_INTLTOOL([0.40.0])
  37. GETTEXT_PACKAGE=polkit-1
  38. AC_SUBST([GETTEXT_PACKAGE])
  39. AM_GLIB_GNU_GETTEXT
  40. @@ -512,15 +504,6 @@ src/polkitbackend/Makefile
  41. src/polkitagent/Makefile
  42. src/programs/Makefile
  43. src/examples/Makefile
  44. -docs/version.xml
  45. -docs/extensiondir.xml
  46. -docs/Makefile
  47. -docs/polkit/Makefile
  48. -docs/man/Makefile
  49. -po/Makefile.in
  50. -test/Makefile
  51. -test/polkit/Makefile
  52. -test/polkitbackend/Makefile
  53. ])
  54. dnl ==========================================================================