2010-09-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ doc: minor updates.
+ * doc/autoconf.texi (Generic Compiler Characteristics): Use
+ second argument of @uref consistently, for nicer OpenMP link.
+ (Polymorphic Variables): Restore font-lock.
+ (Debugging): Add item for bashdb.
+
Document and test AT_CHECK args shell execution environment.
* doc/autoconf.texi (Writing Testsuites): Document that COMMANDS
is run in a subshell, but RUN-IF-FAIL and RUN-IF-PASS are not.
@ovindex OPENMP_CXXFLAGS
@ovindex OPENMP_FFLAGS
@ovindex OPENMP_FCFLAGS
-OpenMP (@url{http://@/www.openmp.org/}) specifies extensions of C, C++,
+@uref{http://@/www.openmp.org/, OpenMP} specifies extensions of C, C++,
and Fortran that simplify optimization of shared memory parallelism,
which is a common problem on multicore CPUs.
AC_DEFUN([MY_ACTION],
[AS_LITERAL_IF([$1],
[echo "$$1"],
+@c $$
[AS_VAR_COPY([var], [$1])
echo "$var"],
[eval 'echo "$'"$1"\"])])
search for markers like @samp{checking for} a particular test in the
@var{log-file}.
+@item
+Alternatively, you might use a shell with debugging capabilities like
+@uref{http://bashdb.sourceforge.net/, bashdb}.
+
@item
When @command{configure} tests produce invalid results for your system,
it may be necessary to override them: