Set to foreign so we can ditch the silliness

This commit is contained in:
Vivianne 2024-03-06 12:31:17 -05:00
parent 231fe0ab7b
commit 7ac7e7c531
Signed by: vv
GPG Key ID: F3E249EDFAC7BE26
1 changed files with 1 additions and 1 deletions

View File

@ -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])