Marcus Meissner
c9dec60b6c
- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix build with new automake OBS-URL: https://build.opensuse.org/request/show/173494 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=49
16 lines
429 B
Diff
16 lines
429 B
Diff
From: Maximilian Meister <mmeister@suse.de>
|
|
Subject: Remove AC_CONFIG_MACRO_DIR([m4]) from configure.ac
|
|
|
|
audit cannnot build with automake-1.13.1 when looking for a m4 directory
|
|
|
|
--- configure.ac.orig 2013-04-26 13:09:46.019388414 +0200
|
|
+++ configure.ac 2013-04-26 13:10:54.607385058 +0200
|
|
@@ -35,7 +35,6 @@
|
|
|
|
echo Configuring auditd $VERSION
|
|
|
|
-AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CANONICAL_TARGET
|
|
AM_INIT_AUTOMAKE
|
|
AM_PROG_LIBTOOL
|