summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-28 19:44:57 +0200
committerJens Georg <mail@jensge.org>2022-05-28 19:44:57 +0200
commit0bd1b2aeb954b4182f66e5a5ee8ca80d6f061704 (patch)
treeaecafdf5c4362b57f045ba595593c774e60fe39d
parentbe661c675e872ea8a15cd048ee796ad9e4c19271 (diff)
downloadyelp-xsl-0bd1b2aeb954b4182f66e5a5ee8ca80d6f061704.tar.gz
Use 'foreign' to make older ac accept README.md
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 84c3010f..f964b7a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([yelp-xsl],[42.0],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-bzip2 foreign])
# Check for programs
dnl In the interest of portability, we don't use GNU awk extensions,