Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/configure.ac b/configure.ac 2index 5a80c6b..07c37bf 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -3,6 +3,7 @@ AC_CONFIG_SRCDIR([src/spek.cc]) 6 AC_CONFIG_HEADERS([config.h]) 7 AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests]) 8 AM_SILENT_RULES([yes]) 9+AC_CONFIG_MACRO_DIRS([m4]) 10 11 AC_LANG([C++]) 12 AM_PROG_AR