From 7ac7e7c5318d4fa202fb519ed22933c1f3cee6fb Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Wed, 6 Mar 2024 12:31:17 -0500 Subject: [PATCH] Set to foreign so we can ditch the silliness --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 616c3d5..ff56b83 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_SUBST(COPYRIGHT, "'(2024)") AC_SUBST(LICENSE, gpl3+) AC_CONFIG_SRCDIR(reflow.scm) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability]) +AM_INIT_AUTOMAKE([1.12 foreign silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability]) AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile])