Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Types and function prototypes for the max_min linear solver.
[simgrid.git] / bootstrap
index 3054e63..425698d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -8,9 +8,12 @@ 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
+  autoreconf -v -i -s || exit 1
 
 if test -z "$*"; then
   if test -e aci.conf ; then