Re: ./configure --help

2014-05-26 Thread Nick Bowler
On 2014-05-25 17:46 +0200, Дилян Палаузов wrote: > According to my understanding, for each feature X it shall print either > --enable-X or --disable-X, so that the one running ./configure has to > type only parameters which change the default behaviour, without having > to check README. > > Tha

Re: "configure --help=recursive" only works in top_srcdir

2007-10-12 Thread Ralf Wildenhues
Hello Hans Ulrich, Stepan, all, Sorry for the delay, I had to go back and think some more on , when Paul came to help and solved half of the problems in . * Ra

Re: "configure --help=recursive" only works in top_srcdir

2007-07-18 Thread Ralf Wildenhues
Hello Stepan, * Stepan Kasal wrote on Tue, Jul 17, 2007 at 02:45:46PM CEST: [...] > Near the top of m4sh initialization, we'd do: > case $1 in > --help | --help=* | --version ) as_skip_wr_tests=yes ;; > esac > And then put the test which write to cwd inside an > if test -z

Re: "configure --help=recursive" only works in top_srcdir

2007-07-17 Thread Stepan Kasal
Hello, On Sun, Jul 01, 2007 at 05:18:18PM +0200, Hans Ulrich Niedermann wrote: > [...] The user expectation is that running a program with "--help" or > "--version" just prints the help text or version and then exits without > causing *any* side effects. right. If I remember correctly, configure

Re: "configure --help=recursive" only works in top_srcdir

2007-07-01 Thread Hans Ulrich Niedermann
Ralf Wildenhues wrote: > * Hans Ulrich Niedermann wrote on Mon, Jun 25, 2007 at 06:20:53PM CEST: >>"configure --help=recursive" does not run the --help parts of the >>directories included via AC_CONFIG_SUBDIR when called as >>$ /path/to/top_srcdir/configure --help=recursive >>o

Re: "configure --help=recursive" only works in top_srcdir

2007-07-01 Thread Ralf Wildenhues
Hello Hans Ulrich, * Hans Ulrich Niedermann wrote on Mon, Jun 25, 2007 at 06:20:53PM CEST: > >"configure --help=recursive" does not run the --help parts of the >directories included via AC_CONFIG_SUBDIR when called as >$ /path/to/top_srcdir/configure --help=recursive >or >