generic-poky/meta/recipes-extended/polkit/polkit-0.104/obsolete_automake_macros.patch

24 lines
724 B
Diff

Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=59091]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd polkit-0.104/configure.ac polkit-0.104/configure.ac
--- polkit-0.104/configure.ac 2012-01-03 18:25:49.000000000 +0200
+++ polkit-0.104/configure.ac 2013-01-07 03:13:31.862125625 +0200
@@ -3,7 +3,7 @@
AC_PREREQ(2.59c)
AC_INIT(polkit, 0.104, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
AM_INIT_AUTOMAKE(polkit, 0.104)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -24,7 +24,6 @@
AC_ISC_POSIX
AC_PROG_CC
-AM_PROG_CC_STDC
AC_HEADER_STDC
AM_PROG_LIBTOOL
AC_PROG_MAKE_SET