/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.667 by akim, Fri Sep 6 11:10:37 2002 UTC revision 1.668 by akim, Mon Sep 9 15:43:38 2002 UTC
# Line 4109  AC_LIBOBJ($foo_or_bar) Line 4109  AC_LIBOBJ($foo_or_bar)
4109  @defmac AC_CONFIG_LIBOBJ_DIR (@var{directory})  @defmac AC_CONFIG_LIBOBJ_DIR (@var{directory})
4110  @acindex CONFIG_LIBOBJ_DIR  @acindex CONFIG_LIBOBJ_DIR
4111  Specify that @code{AC_LIBOBJ} replacement files are to be found in  Specify that @code{AC_LIBOBJ} replacement files are to be found in
4112  @var{directory} (which defaults to @samp{.}, the top source directory).  @var{directory}, a relative path starting from the top level of the
4113  @command{configure} might need to know where these files are for the  source tree.  The replacement directory defaults to @file{.}, the top
4114    level directory, and the most typical value is @file{lib}, corresponding
4115    to @samp{AC_CONFIG_LIBOBJ_DIR(lib)}.
4116    
4117    @command{configure} might need to know the replacement directory for the
4118  following reasons: (i) some checks use the replacement files, (ii) some  following reasons: (i) some checks use the replacement files, (ii) some
4119  macros bypass broken system headers by installing links to the  macros bypass broken system headers by installing links to the
4120  replacement headers etc.  replacement headers, etc.
4121  @end defmac  @end defmac
4122    
4123  @sp 1  @sp 1

Legend:
Removed from v.1.667  
changed lines
  Added in v.1.668

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26