From f04cdc6fa8eeb3fcfa6c4f88efbd4d8c10ee0247 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/ChangeLog | 5 +++++ macros/aclocal-include.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index d55f65c42b..752e1047ee 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +1998-12-09 Martin Baulig + + * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work + with more than one directory. + 1998-12-08 Martin Baulig * gnome-libgtop-sysdeps.m4: Moved into the LibGTop module. diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4 index c58c767db4..ba7bbfa06c 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.3