diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-05 10:35:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-05 10:35:15 +0100 |
commit | 1d928b50ccfddd373e4750486bb8d584252a3d6c (patch) | |
tree | 5e719723b44768fccfec199775aba8249ef9d0f1 | |
parent | 0c05c82f7704c83aee8ac2e649027835c6eb5996 (diff) | |
download | weechat-1d928b50ccfddd373e4750486bb8d584252a3d6c.zip |
core: add "foreign" for AM_INIT_AUTOMAKE to ignore missing files and remove some warnings
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a17308aa..2b466082f 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_PREREQ(2.56) AC_INIT(WeeChat, 0.4.4-dev, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) LICENSE="GPL3" # Checks for programs |