Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/configure_help.txt

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 `configure' configures GNU Bison 2.4.1 to adapt to many kinds of systems.
2
3 Usage: ../bison-2.4.1-src/configure [OPTION]... [VAR=VALUE]...
4
5 To assign environment variables (e.g., CC, CFLAGS...), specify them as
6 VAR=VALUE. See below for descriptions of some of the useful variables.
7
8 Defaults for the options are specified in brackets.
9
10 Configuration:
11 -h, --help display this help and exit
12 --help=short display options specific to this package
13 --help=recursive display the short help of all the included packages
14 -V, --version display version information and exit
15 -q, --quiet, --silent do not print `checking...' messages
16 --cache-file=FILE cache test results in FILE [disabled]
17 -C, --config-cache alias for `--cache-file=config.cache'
18 -n, --no-create do not create output files
19 --srcdir=DIR find the sources in DIR [configure dir or `..']
20
21 Installation directories:
22 --prefix=PREFIX install architecture-independent files in PREFIX
23 [/usr/local]
24 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
25 [PREFIX]
26
27 By default, `make install' will install all the files in
28 `/usr/local/bin', `/usr/local/lib' etc. You can specify
29 an installation prefix other than `/usr/local' using `--prefix',
30 for instance `--prefix=$HOME'.
31
32 For better control, use the options below.
33
34 Fine tuning of the installation directories:
35 --bindir=DIR user executables [EPREFIX/bin]
36 --sbindir=DIR system admin executables [EPREFIX/sbin]
37 --libexecdir=DIR program executables [EPREFIX/libexec]
38 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
39 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
40 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
41 --libdir=DIR object code libraries [EPREFIX/lib]
42 --includedir=DIR C header files [PREFIX/include]
43 --oldincludedir=DIR C header files for non-gcc [/usr/include]
44 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
45 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
46 --infodir=DIR info documentation [DATAROOTDIR/info]
47 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
48 --mandir=DIR man documentation [DATAROOTDIR/man]
49 --docdir=DIR documentation root [DATAROOTDIR/doc/bison]
50 --htmldir=DIR html documentation [DOCDIR]
51 --dvidir=DIR dvi documentation [DOCDIR]
52 --pdfdir=DIR pdf documentation [DOCDIR]
53 --psdir=DIR ps documentation [DOCDIR]
54
55 Program names:
56 --program-prefix=PREFIX prepend PREFIX to installed program names
57 --program-suffix=SUFFIX append SUFFIX to installed program names
58 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
59
60 System types:
61 --build=BUILD configure for building on BUILD [guessed]
62 --host=HOST cross-compile to build programs to run on HOST [BUILD]
63
64 Optional Features:
65 --disable-option-checking ignore unrecognized --enable/--with options
66 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
67 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
68 --disable-dependency-tracking speeds up one-time build
69 --enable-dependency-tracking do not reject slow dependency extractors
70 --enable-gcc-warnings turn on lots of GCC warnings (not recommended)
71 --disable-yacc do not build a yacc command or an -ly library
72 --disable-nls do not use Native Language Support
73 --disable-rpath do not hardcode runtime library paths
74
75 Optional Packages:
76 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
77 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
78 --with-dmalloc use dmalloc, as in
79 http://www.dmalloc.com/dmalloc.tar.gz
80 --with-gnu-ld assume the C compiler uses GNU ld default=no
81 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
82 --without-libiconv-prefix don't search for libiconv in includedir and libd ir
83 --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
84 --without-libintl-prefix don't search for libintl in includedir and libdir
85
86 Some influential environment variables:
87 CC C compiler command
88 CFLAGS C compiler flags
89 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
90 nonstandard directory <lib dir>
91 LIBS libraries to pass to the linker, e.g. -l<library>
92 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
93 you have headers in a nonstandard directory <include dir>
94 CPP C preprocessor
95 YACC The `Yet Another C Compiler' implementation to use. Defaults to
96 the first program found out of: `bison -y', `byacc', `yacc'.
97 YFLAGS The list of arguments that will be passed by default to $YACC.
98 This script will default YFLAGS to the empty string to avoid a
99 default value of `-d' given by some make applications.
100 CXX C++ compiler command
101 CXXFLAGS C++ compiler flags
102
103 Use these variables to override the choices made by `configure' or to help
104 it to find libraries and programs with nonstandard names/locations.
105
106 Report bugs to <bug-bison@gnu.org>.
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/config.status ('k') | bison/src/bison/2.4.1/bison-2.4.1/data/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698