From 426f799c2e4261102af85a5ee26cb67d5569291c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 15 Sep 2005 16:58:09 +0000 Subject: [PATCH] mention the variables file at the end of the configuration process --- configure | 9 +++++---- configure.in | 4 +++- doc/FAQ | 4 +++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/configure b/configure index c63e65b069..8656b52314 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 d4da309bf3..27f5183387 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 bd1e39782e..8c02b1109c 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 -- GitLab