summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <ali.abdallah@suse.com>2020-08-12 11:53:24 +0200
committerAli Abdallah <ali.abdallah@suse.com>2020-08-12 11:53:24 +0200
commitb4b27a0decee0328ea4b4e2f088e14075cde55f1 (patch)
tree32b09b0c89254f685ba9f90dc62cc1780896f8c3
parent8ee1144f5de96e4a207fa95eef9d617b18994ba9 (diff)
parent21f0f32a603133889b7ae1c17fafc5843a791ec9 (diff)
downloadtumbler-b4b27a0decee0328ea4b4e2f088e14075cde55f1.tar.gz
Merge branch 'unit193/tumbler-master'
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9aa03ce..580c0b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIRS([m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()