From d2d4e76f3120da48bb565536cee06567ecf7c483 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 23 Mar 2013 08:17:57 +0100 Subject: [PATCH] - added am patch (fixes build with automake 1.13) --- audit-am.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audit-am.patch 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 + -- 2.44.0