From cbb287b6719bf4c6fec12a4cb654a8d3400d1bce Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 4 Feb 2005 11:49:12 +0000 Subject: [PATCH] Specify which version of aclocal we use (by default, it's the ooold 1.4) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@868 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f63ab4fc45..0c1e2cf11e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS= include src examples testsuite doc DISTCLEANFILES = *~ -ACLOCAL = aclocal -I acmacro +ACLOCAL = aclocal-1.9 -I acmacro AUTOMAKE_OPTIONS = gnu DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -- 2.20.1