summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-01 19:30:55 +0300
committerAndras Timar <andras.timar@collabora.com>2020-10-02 15:58:13 +0200
commit5037383e450340e3c6dc2e625976c33625b25128 (patch)
treeec2c653abdee4679439985df97655de537e382a8 /configure.ac
parentSwitch to markdown. (diff)
downloadonline-5037383e450340e3c6dc2e625976c33625b25128.tar.gz
online-5037383e450340e3c6dc2e625976c33625b25128.zip
Use Automake flavour "foreign" so that it doesn't require a README
(We only have a README.md now.) Change-Id: I4e693781340aa8d22f83b8565b6617f4ce4d7fb7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9a08617a0..af1e3f0d7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.63])
AC_INIT([loolwsd], [6.4.0], [libreoffice@lists.freedesktop.org])
LT_INIT([shared, disable-static, dlopen])
-AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])
+AM_INIT_AUTOMAKE([1.10 foreign subdir-objects tar-pax -Wno-portability])
AC_CONFIG_MACRO_DIR([m4])