From: mquinson Date: Tue, 14 Sep 2004 10:03:01 +0000 (+0000) Subject: distribute gnome-common.m4 to cut one strange bootstraping dependency X-Git-Tag: v3.3~4933 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b5489d96f94913ab9514a355339329a999cb9f1f?hp=1d27410d3472face0b19720f8979f47b7eda905e distribute gnome-common.m4 to cut one strange bootstraping dependency git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@417 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/bootstrap b/bootstrap index 3054e63c01..677d942422 100755 --- a/bootstrap +++ b/bootstrap @@ -8,7 +8,10 @@ amver=1.8 # AUTOPOINT= # LIBTOOLIZE= -ACLOCAL="aclocal-$amver -I acmacro -I /usr/share/aclocal/gnome2-macros" \ +# Add the following to ACLOCAL to use the installed m4 macro about gtk-doc-tools instead of ours +# -I /usr/share/aclocal/gnome2-macros + +ACLOCAL="aclocal-$amver -I acmacro" \ AUTOMAKE="automake-$amver" \ autoreconf -v || exit 1