jobs: If multiple jobs fail, save and print all the exceptions.
[goals.git] / configure.ac
index d6e1633..7b5ec53 100644 (file)
@@ -1,6 +1,6 @@
 # Goals
-# Copyright (C) 2019 Richard W.M. Jones
-# Copyright (C) 2019 Red Hat Inc.
+# Copyright (C) 2019-2020 Richard W.M. Jones
+# Copyright (C) 2019-2020 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,6 +19,8 @@
 AC_INIT([goals], [0.2])
 AC_CONFIG_MACRO_DIR([m4])
 
+AM_INIT_AUTOMAKE(foreign) dnl Do not quote this parameter.
+
 AC_PROG_INSTALL
 
 dnl Check for basic C environment.