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
7 Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
10 ===================================================================
14 AC_INIT([logrotate],[3.8.9])
17 +AM_INIT_AUTOMAKE([foreign])
18 AC_DEFINE(_GNU_SOURCE)
20 AM_EXTRA_RECURSIVE_TARGETS([test])