Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-01-10
Description: Make sure autoreconf will not fail
Forwarded: no

--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.64])
 AC_INIT([enum], [1.1], [gitenum-members@fedoraproject.org])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 no-dist-gzip subdir-objects])
 AC_CONFIG_SRCDIR([src/main.c])
 # AC_CONFIG_HEADERS([config.h])
 
