Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
340 B
Diff
13 lines
340 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 5a80c6b..07c37bf 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -3,6 +3,7 @@ AC_CONFIG_SRCDIR([src/spek.cc])
|
|
AC_CONFIG_HEADERS([config.h])
|
|
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests])
|
|
AM_SILENT_RULES([yes])
|
|
+AC_CONFIG_MACRO_DIRS([m4])
|
|
|
|
AC_LANG([C++])
|
|
AM_PROG_AR
|