Debugging and optimization options for the C compiler. If it is not set
in the environment when @command{configure} runs, the default value is set
when you call @code{AC_PROG_CC} (or empty if you don't). @command{configure}
-uses this variable when compiling programs to test for C features.
+uses this variable when compiling or linking programs to test for C features.
@end defvar
@defvar configure_input
Header file search directory (@option{-I@var{dir}}) and any other
miscellaneous options for the C and C++ preprocessors and compilers. If
it is not set in the environment when @command{configure} runs, the default
-value is empty. @command{configure} uses this variable when compiling or
-preprocessing programs to test for C and C++ features.
+value is empty. @command{configure} uses this variable when preprocessing,
+compiling, or linking programs to test for C and C++ features.
@xref{Special Chars in Variables}, for limitations that @code{CPPFLAGS}
might run into.
@end defvar
Debugging and optimization options for the C++ compiler. If it is not
set in the environment when @command{configure} runs, the default value is
set when you call @code{AC_PROG_CXX} (or empty if you don't).
-@command{configure} uses this variable when compiling programs to test for
-C++ features.
+@command{configure} uses this variable when compiling or linking
+programs to test for C++ features.
@end defvar
@defvar DEFS
@ovindex ERLCFLAGS
Debugging and optimization options for the Erlang compiler. If it is not set
in the environment when @command{configure} runs, the default value is empty.
-@command{configure} uses this variable when compiling programs to test for
-Erlang features.
+@command{configure} uses this variable when compiling or linking
+programs to test for Erlang features.
@end defvar
@defvar FCFLAGS
Debugging and optimization options for the Fortran compiler. If it
is not set in the environment when @command{configure} runs, the default
value is set when you call @code{AC_PROG_FC} (or empty if you don't).
-@command{configure} uses this variable when compiling programs to test for
-Fortran features.
+@command{configure} uses this variable when compiling or linking
+programs to test for Fortran features.
@end defvar
@defvar FFLAGS
Debugging and optimization options for the Fortran 77 compiler. If it
is not set in the environment when @command{configure} runs, the default
value is set when you call @code{AC_PROG_F77} (or empty if you don't).
-@command{configure} uses this variable when compiling programs to test for
-Fortran 77 features.
+@command{configure} uses this variable when compiling or linking
+programs to test for Fortran 77 features.
@end defvar
@defvar LDFLAGS
Debugging and optimization options for the Objective C compiler. If it is
not set in the environment when @command{configure} runs, the default value
is set when you call @code{AC_PROG_OBJC} (or empty if you don't).
-@command{configure} uses this variable when compiling programs to test for
-Objective C features.
+@command{configure} uses this variable when compiling or linking
+programs to test for Objective C features.
@end defvar
@defvar builddir
function: the given status code is used to determine the success of the test
(status is @code{0}) or its failure (status is different than @code{0}), as
explained above. It must be noted that data output through the standard output
-(e.g. using @code{io:format/2}) may be truncated when halting the VM.
+(e.g., using @code{io:format/2}) may be truncated when halting the VM.
Therefore, if a test must output configuration information, it is recommended
to create and to output data into the temporary file named @file{conftest.out},
using the functions of module @code{file}. The @code{conftest.out} file is