File packit-1.7-fix_automake_1.16.5_build.patch of Package packit
Index: packit-1.7/configure.ac
===================================================================
--- packit-1.7.orig/configure.ac
+++ packit-1.7/configure.ac
@@ -27,11 +27,10 @@
AC_PREREQ([2.69])
AC_INIT([packit], [1.7], [https://github.com/eribertomota/packit/issues])
AC_CONFIG_SRCDIR([src/main.c])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS(config.h)
AC_MSG_RESULT(beginning auto-configuration process for packit...)
AC_PREFIX_DEFAULT(/usr/local)
-AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
AC_MSG_CHECKING(for gcc)