summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-08-02 09:30:09 +0200
committerDavid Tardon <dtardon@redhat.com>2017-08-02 09:30:09 +0200
commit3dcc79e27b0fb5396ef4f6416d3a93dcbaa48738 (patch)
tree59de3b8ecf5882c90be71b3e12a117f910b9a12a /autogen.sh
parent69c5ad6d4c296bc9bc5624e2f789d7e57840c6b4 (diff)
look for macros in m4/
Change-Id: Ib0700e171bf1da683b79e333838eca5646c5f681
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b7e9344..2fc720d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,7 +61,7 @@ $LIBTOOLIZE --force --copy || {
echo "error: libtoolize failed"
exit 1
}
-aclocal $ACLOCAL_FLAGS || {
+aclocal -I m4 $ACLOCAL_FLAGS || {
echo "error: aclocal $ACLOCAL_FLAGS failed"
exit 1
}