This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Documentation patch] --with-libiconv-prefix


On Sun, 3 Mar 2002, Craig Rodrigues wrote:

> +@item --with-libiconv-prefix=@var{DIR}
> +Search for libiconv header files in @var{DIR}/include and
> +libiconv library files in @var{DIR}/lib.

@var uppercases its argument.  Directory names should be in @file.  (That
is, you want @var{dir} and @file{@var{dir}/include}, etc..)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]