diff --git a/configure b/configure
index c63e65b069abeaabf9e40d299293ffac3cb5afab..8656b52314278628a01706b7d4eae8ef8c59936a 100755
--- a/configure
+++ b/configure
@@ -5047,10 +5047,9 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.
   ac_i=`echo "$ac_i" |
 	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
-  #    will be set to the directory where LIBOBJS objects are built.
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
+  # 2. Add them.
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 done
 LIBOBJS=$ac_libobjs
 
@@ -5868,3 +5867,5 @@ echo "- Linker       : $LINKER"
 echo "- Optimization : $OPTIM"
 echo "- Options      : $FLAGS"
 echo "********************************************************************"
+echo "To fine-tune the configuration, edit the 'variables' file"
+echo "********************************************************************"
diff --git a/configure.in b/configure.in
index d4da309bf331155a2752af2651d9e3ed0481e3d2..27f51833873103df15de3c70dc26ecb960ce29b0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.78 2005-09-07 14:36:44 remacle Exp $
+dnl $Id: configure.in,v 1.79 2005-09-15 16:58:09 geuzaine Exp $
 dnl
 dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 dnl
@@ -536,3 +536,5 @@ echo "- Linker       : $LINKER"
 echo "- Optimization : $OPTIM"
 echo "- Options      : $FLAGS"
 echo "********************************************************************"
+echo "To fine-tune the configuration, edit the 'variables' file"
+echo "********************************************************************"
diff --git a/doc/FAQ b/doc/FAQ
index bd1e39782e12ea7efe35e1662e17077f8cbcde2c..8c02b1109c40358bc1c64f60e95f6847c556c778 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,4 +1,4 @@
-$Id: FAQ,v 1.66 2005-06-25 18:11:45 geuzaine Exp $
+$Id: FAQ,v 1.67 2005-09-15 16:58:09 geuzaine Exp $
 
 This is the Gmsh FAQ
 
@@ -304,6 +304,8 @@ Gamma ~ volume / sum_face_area / max_edge_length
 For the exact definitions, look at Mesh/Element.cpp and
 Mesh/Simplex.cpp.
 
+The graphs plot the the number of elements vs the quality measure.
+
 ********************************************************************
 
 Section 6: Solver module