From 44ab5b9211b59978c689502edadcdfea944da1be Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 8 Dec 1998 23:29:47 +0000 Subject: Make this work with more than one directory. 1998-12-09 Martin Baulig * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work with more than one directory. svn path=/trunk/; revision=515 --- macros/aclocal-include.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/aclocal-include.m4') diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4 index c58c767d..ba7bbfa0 100644 --- a/macros/aclocal-include.m4 +++ b/macros/aclocal-include.m4 @@ -7,4 +7,4 @@ dnl AM_ACLOCAL_INCLUDE(macrodir) AC_DEFUN([AM_ACLOCAL_INCLUDE], -[ACLOCAL="$ACLOCAL -I $1"]) +[for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done]) -- cgit v1.2.1