linux-pam: add optional libselinux and audit dependencies
[buildroot-gz.git] / package / logrotate / 0001-make-autoreconfable.patch
blob89759d07fe13a08374cce7ceded55726524dd015
1 Make the package autoreconfigurable
3 Adjust a minor detail in configure.ac in order to make the package
4 compatible with the autoconf/automake versions we are using in
5 Buildroot.
7 Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
9 Index: b/configure.ac
10 ===================================================================
11 --- a/configure.ac
12 +++ b/configure.ac
13 @@ -1,6 +1,6 @@
14 AC_INIT([logrotate],[3.8.9])
16 -AM_INIT_AUTOMAKE
17 +AM_INIT_AUTOMAKE([foreign])
18 AC_DEFINE(_GNU_SOURCE)
20 AM_EXTRA_RECURSIVE_TARGETS([test])