From: Jakub Bogusz Date: Sat, 23 Mar 2013 07:17:57 +0000 (+0100) Subject: - added am patch (fixes build with automake 1.13) X-Git-Tag: auto/th/audit-2.2.3-1 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d4e76f3120da48bb565536cee06567ecf7c483;p=packages%2Faudit.git - added am patch (fixes build with automake 1.13) --- diff --git a/audit-am.patch b/audit-am.patch new file mode 100644 index 0000000..decc0fe --- /dev/null +++ b/audit-am.patch @@ -0,0 +1,11 @@ +--- audit-2.2.3/configure.ac.orig 2013-03-22 22:58:39.531508180 +0100 ++++ audit-2.2.3/configure.ac 2013-03-22 22:59:37.974839060 +0100 +@@ -31,7 +31,7 @@ + AC_REVISION($Revision: 1.3 $)dnl + AC_INIT(audit,2.2.3) + AC_PREREQ(2.12)dnl +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + echo Configuring auditd $VERSION +