2006-06-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * doc/install.texi (Compilers and Options): Weaken the
+ suggestion to use GNU make for VPATH builds.
+
* lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
-own directory. To do this, you should use @acronym{GNU} @command{make}.
+own directory. To do this, you can use @acronym{GNU} @command{make}.
@command{cd} to the directory where you want the object files and
executables to go and run the @command{configure} script.
@command{configure} automatically checks for the source code in the
directory that @command{configure} is in and in @file{..}.
-With a non-@acronym{GNU} @command{make}, you should compile the package for one
+With a non-@acronym{GNU} @command{make},
+it is safer to compile the package for one
architecture at a time in the source code directory. After you have
installed the package for one architecture, use @samp{make distclean}
before reconfiguring for another architecture.