From 155dd22d391b5a94e32a98f8b268134b0e11348b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:45:13 +0000 Subject: Apply patch 0001-build-resolve-automake-1.12-warnings.patch patch_name: 0001-build-resolve-automake-1.12-warnings.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/configure.ac b/configure.ac index d9b0118..d52b1ce 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.6 subdir-objects]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])