summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2022-06-13 15:16:51 +0000
committerShaun McCance <shaunm@gnome.org>2022-06-13 15:16:51 +0000
commitc98e6e928cb9d0ce5e680508a51f5057a08cee4e (patch)
treeaecafdf5c4362b57f045ba595593c774e60fe39d
parentbe661c675e872ea8a15cd048ee796ad9e4c19271 (diff)
parent0bd1b2aeb954b4182f66e5a5ee8ca80d6f061704 (diff)
downloadyelp-xsl-c98e6e928cb9d0ce5e680508a51f5057a08cee4e.tar.gz
Merge branch 'jensgeorg/unbreak-old-autoconf' into 'master'
Use 'foreign' to make older ac accept README.md Closes #32 See merge request GNOME/yelp-xsl!7
-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,