summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-05 10:35:15 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-05 10:35:15 +0100
commit1d928b50ccfddd373e4750486bb8d584252a3d6c (patch)
tree5e719723b44768fccfec199775aba8249ef9d0f1
parent0c05c82f7704c83aee8ac2e649027835c6eb5996 (diff)
downloadweechat-1d928b50ccfddd373e4750486bb8d584252a3d6c.zip
core: add "foreign" for AM_INIT_AUTOMAKE to ignore missing files and remove some warnings
-rw-r--r--configure.ac2
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