Searched refs:enable (Results 1 – 10 of 10) sorted by relevance
/coreutils/m4/ |
D | include-exclude-prog.m4 | 38 [AS_HELP_STRING([--enable-install-program=PROG_LIST], 46 # use --enable-no-install-program=A,B 48 [AS_HELP_STRING([--enable-no-install-program=PROG_LIST],
|
/coreutils/ |
D | configure.ac | 39 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. 109 [AS_HELP_STRING([--enable-single-binary=[shebangs|symlinks]], 123 [AS_HELP_STRING([--enable-single-binary-exceptions=PROG_LIST], 124 [When used with --enable-single-binary, exclude the PROG_LIST from 133 with --enable-single-binary=symlinks.]) 153 [AS_HELP_STRING([--enable-gcc-warnings@<:@=TYPE@:>@], 168 # we're running from a git repo, then auto enable the warnings. 264 AC_DEFINE([GNULIB_PORTCHECK], [1], [enable some gnulib portability checks])
|
D | dist-check.mk | 114 ./configure --quiet --enable-gcc-warnings --disable-nls; \
|
D | README-release | 25 FIXME: enable excluded programs like arch? to get their manual pages? 122 (If there is no such button, then enable "News" for the project via
|
D | README-install | 13 possible, enable an appropriate compiler. However, if configure doesn't
|
D | HACKING | 539 for trailing whitespace and spaces before tabs; enable it by moving it 552 Git also has some settings to enable suitable internal whitespace checks.
|
D | NEWS | 86 Also see the new --enable-systemd option mentioned below. 151 option --enable-systemd, and you use the programs without file arguments. 1701 configure accepts the new option --enable-single-binary to build all the 1705 install behavior is determined by the option --enable-single-binary=symlinks 1706 or --enable-single-binary=shebangs (the default). With the symlinks option, 1714 pass the option --enable-single-binary-exceptions=PROG_LIST with the comma 3630 configure --enable-no-install-program=groups now works. 3819 To change that, use ./configure --enable-install-program=su. 3821 ./configure --enable-install-program=arch,su. 3825 "uptime", use ./configure --enable-no-install-program=hostname,uptime [all …]
|
D | COPYING | 126 Component, and (b) serves only to enable use of the work with that
|
/coreutils/src/ |
D | shred.c | 330 direct_mode (int fd, bool enable) in direct_mode() argument 337 int new_flags = (enable in direct_mode() 347 directio (fd, enable ? DIRECTIO_ON : DIRECTIO_OFF); in direct_mode()
|
/coreutils/doc/ |
D | coreutils.texi | 19039 or precision modifiers. The @samp{'} modifier will enable @option{--grouping}, 19040 the @samp{-} modifier will enable left-aligned @option{--padding} and the width 19041 modifier will enable right-aligned @option{--padding}. The @samp{0} width
|