summaryrefslogtreecommitdiff
path: root/macros/aclocal-include.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/aclocal-include.m4')
-rw-r--r--macros/aclocal-include.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4
index dba50e8d3d..abf6533fe4 100644
--- a/macros/aclocal-include.m4
+++ b/macros/aclocal-include.m4
@@ -10,5 +10,7 @@ AC_DEFUN([AM_ACLOCAL_INCLUDE],
[
AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
+ test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+
for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
])