aboutsummaryrefslogtreecommitdiff
path: root/configure.texi
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-08 08:57:08 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-08 08:57:08 +0000
commitbcdbe02f820a40a3f01374cfdf7d18c0d7183117 (patch)
tree01b26d5937b844c164a0ddf28a21aa04946e5b09 /configure.texi
parentb8972815d5c6db764d39ef1f2ba6f52de57e13a0 (diff)
downloadgdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.zip
gdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.tar.gz
gdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.tar.bz2
In configure{.in} {host|target}_makefile_frag should name a file
relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
Diffstat (limited to 'configure.texi')
-rw-r--r--configure.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.texi b/configure.texi
index 25aad8b..2b524fa 100644
--- a/configure.texi
+++ b/configure.texi
@@ -791,9 +791,9 @@ configuration files. If not, add it. Also see @ref{configure.in}.
Look in @file{configure.in} for the variables @samp{files},
@samp{links}, @samp{host_makefile_frag}, and
@samp{target_makefile_frag}. The values assigned to these variables are
-the names of the configuration files that the program uses. Make sure
-that copies of the files exist for your host. If not, create them. See
-also @ref{Configure Variables}.
+the names of the configuration files, relative to @code{srcdir} that the
+program uses. Make sure that copies of the files exist for your host.
+If not, create them. See also @ref{Configure Variables}.
@end itemize
This should be enough to configure for a new host or target
@@ -1207,17 +1207,17 @@ either the @code{-srcdir=} or the @code{-subdirs} options. Note that
@end defvar
@defvar{host_makefile_frag}
-If set by @file{configure.in}, this variable should name a file to be
-included in the resulting Makefile. If the named file does not exist,
-@code{configure} will print a warning message. This variable is not set
-by @code{configure}.
+If set by @file{configure.in}, this variable should be the name a file,
+relative to @code{srcdir} to be included in the resulting Makefile. If
+the named file does not exist, @code{configure} will print a warning
+message. This variable is not set by @code{configure}.
@end defvar
@defvar{target_makefile_frag}
-If set by @file{configure.in}, this variable should name a file to be
-included in the resulting Makefile. If the named file does not exist,
-@code{configure} will print a warning message. This variable is not set
-by @code{configure}.
+If set by @file{configure.in}, this variable should be the name of a
+file, relative to @code{srcdir}, to be included in the resulting
+Makefile. If the named file does not exist, @code{configure} will print
+a warning message. This variable is not set by @code{configure}.
@end defvar
@defvar{site_makefile_frag}