summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Bowen <kevin.bowen@gmail.com>2020-10-03 04:10:26 +0200
committerAndre Miranda <andreldm@xfce.org>2020-10-03 04:10:26 +0200
commit3dacb717d3e42a2521440a9fda0c5d2d26d3049c (patch)
tree80032addfac291d11408d2b97a1daecb6f0b2e51 /configure.ac
parent2d207bca72bb4875baebeff9cafc94c0f58fd020 (diff)
downloadtumbler-3dacb717d3e42a2521440a9fda0c5d2d26d3049c.tar.gz
Add new README.md and update AM_INIT_AUTOMAKE
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 580c0b0..9b90fd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CANONICAL_TARGET()
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip foreign])
AC_CONFIG_MACRO_DIRS([m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
AC_CONFIG_HEADERS([config.h])