From: mquinson Date: Fri, 4 Feb 2005 11:49:12 +0000 (+0000) Subject: Specify which version of aclocal we use (by default, it's the ooold 1.4) X-Git-Tag: v3.3~4483 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cbb287b6719bf4c6fec12a4cb654a8d3400d1bce 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 --- 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