X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=7b5ec53ab61a5e0b2802ab17c2628ba0b7118c21;hb=defebbd4c75d43ad2d171cccbcc7ed737ff8a035;hp=d6e1633b1928f60c3e5f1be7af71c83da25b6bb5;hpb=9de7d083174aabe6f19534c6175613a6053493d9;p=goals.git diff --git a/configure.ac b/configure.ac index d6e1633..7b5ec53 100644 --- a/configure.ac +++ b/configure.ac @@ -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.