Lines Matching full:configure
6 To accomplish that, a POSIX-compatible, custom `configure.sh` script is used to
13 [ENVIRONMENT_VARIABLE=<value>...] ./configure.sh [build_options...]
22 ./configure.sh -h
23 ./configure.sh --help
26 ***WARNING***: even though `configure.sh` supports both option types, short and
30 the `configure.sh` script:
88 Out-of-source builds are done by calling `configure.sh` from the directory where
93 call `configure.sh` and `make` like so:
96 ../bc/configure.sh
100 ***WARNING***: The path to `configure.sh` from the build directory must not have
112 HOSTCC="/path/to/native/compiler" ./configure.sh
137 `configure.sh`. Any values of those variables given to `configure.sh` will be
204 Can be overridden by passing the `--prefix` option to `configure.sh`.
217 This can be passed either to `configure.sh` or `make install`. If it is passed
218 to both, the one given to `configure.sh` takes precedence.
226 Can be overridden by passing the `--bindir` option to `configure.sh`.
234 Can be overridden by passing the `--includedir` option to `configure.sh`.
242 Can be overridden by passing the `--libdir` option to `configure.sh`.
250 Can be overridden by passing the `--datarootdir` option to `configure.sh`.
258 Can be overridden by passing the `--datadir` option to `configure.sh`.
266 Can be overridden by passing the `--mandir` option to `configure.sh`.
275 Can be overridden by passing the `--man1dir` option to `configure.sh`.
283 Can be overridden by passing the `--man3dir` option to `configure.sh`.
369 ./configure.sh -pBSD
370 ./configure.sh --predefined-build-type=BSD
380 ./configure.sh -pGNU
381 ./configure.sh --predefined-build-type=GNU
388 To build the math library, use the following commands for the configure step:
391 ./configure.sh -a
392 ./configure.sh --library
402 options to `configure.sh` or include them in `CFLAGS`.
412 configure step:
415 ./configure.sh -b
416 ./configure.sh --bc-only
417 ./configure.sh -D
418 ./configure.sh --disable-dc
429 configure step:
432 ./configure.sh -d
433 ./configure.sh --dc-only
434 ./configure.sh -B
435 ./configure.sh --disable-bc
446 to `configure.sh`, as follows:
449 ./configure.sh -H
450 ./configure.sh --disable-history
467 option to `configure.sh`, as follows:
470 ./configure.sh -e
471 ./configure.sh --enable-editline
488 option to `configure.sh`, as follows:
491 ./configure.sh -r
492 ./configure.sh --enable-readline
512 `--enable-internal-history` option to `configure.sh` as follows:
515 ./configure.sh -i
516 ./configure.sh --enable-internal-history
526 `--disable-nls` option to `configure.sh`, as follows:
529 ./configure.sh -N
530 ./configure.sh --disable-nls
568 or the `--disable-extra-math` option to `configure.sh`, as follows:
571 ./configure.sh -E
572 ./configure.sh --disable-extra-math
587 the `-k` flag or the `--karatsuba-len` option to `configure.sh` as follows:
590 ./configure.sh -k32
591 ./configure.sh --karatsuba-len 32
599 to `16` (to prevent stack overflow). If it is not, `configure.sh` will give an
610 `configure.sh`, with the name of the setting, as follows:
613 ./configure.sh -s bc.banner
614 ./configure.sh --set-default-on=bc.banner
620 `configure.sh`, with the name of the setting, as follows:
623 ./configure.sh -S bc.banner
624 ./configure.sh --set-default-off=bc.banner
704 The relevant `autotools`-style install options are supported in `configure.sh`:
717 ./configure.sh --prefix=/usr
739 `--disable-man-pages` option to `configure.sh` as follows:
742 ./configure.sh -M
743 ./configure.sh --disable-man-pages
755 `--install-all-locales` option to `configure.sh`, as follows:
758 ./configure.sh -l
759 ./configure.sh --install-all-locales
770 The `configure.sh` script will accept an optimization level to pass to the
773 optimization level available in `CC` to `configure.sh` with the `-O` flag or
777 ./configure.sh -O3
778 ./configure.sh --opt 3
790 As usual, `configure.sh` will also accept additional `CFLAGS` on the command
794 CFLAGS="-march=native -msse4" ./configure.sh -O3
815 ./configure.sh -g
816 ./configure.sh --debug
835 ./configure.sh -T
836 ./configure.sh --disable-strip
938 `--disable-generated-tests` option is given to `configure.sh`, as follows:
941 ./configure.sh -G
942 ./configure.sh --disable-generated-tests
945 After running `configure.sh`, build and run tests as follows:
954 given to `configure.sh`.
957 `configure.sh` as follows:
960 ./configure.sh -c
961 ./configure.sh --coverage
967 `configure.sh` will give an error.
976 `--disable-problematic-tests` option to `configure.sh` as follows:
979 ./configure.sh -P
980 ./configure.sh --disable-problematic-tests