[RFC/PATCH 2/3] Provide --silent to silence note messages.

2011-11-11 Thread Bert Wesarg
* lib/Autom4te/General.pm (getopt): Add --silent to standard options. Silence note messages when --silent was given. * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in ($help): Add --silent. Signed-off-by: Bert Wesarg bert.wes...@googlemail.com --- bin/autoheader.in |

[RFC/PATCH 1/3] Do not silent the note channel based on --verbose.

2011-11-11 Thread Bert Wesarg
* lib/Autom4te/General.pm (getopt): Do not silence the note channel based on --verbose. * lib/Autom4te/FileUtils.pm (update_file): Use the verbose channel for messages. * tests/m4sugar.at: Extend expected output, because -Werror prints now something. Signed-off-by: Bert Wesarg

Re: grep-2.9.69-f91c on OSF/1

2011-11-11 Thread Eric Blake
[adding autoconf] On 11/11/2011 01:38 PM, Bruno Haible wrote: The syntax export VAR=VALUE is not guaranteed by this shell. Either write env VAR=VALUE ..., or VAR=VALUE; export VAR; ... Strangely enough, this portability problem of the 'export' built-in is well-known, but not mentioned in

Re: grep-2.9.69-f91c on OSF/1

2011-11-11 Thread Stefano Lattarini
Hi Eric. On Friday 11 November 2011, Eric Blake wrote: [adding autoconf] On 11/11/2011 01:38 PM, Bruno Haible wrote: The syntax export VAR=VALUE is not guaranteed by this shell. Either write env VAR=VALUE ..., or VAR=VALUE; export VAR; ... Strangely enough, this portability

Re: grep-2.9.69-f91c on OSF/1

2011-11-11 Thread Eric Blake
[dropping grep] On 11/11/2011 02:05 PM, Stefano Lattarini wrote: +Posix requires @command{export} to honor assignments made as arguments, +but older shells did not support this. Portable scripts should separate +assignments and exports into different statements (it does not matter if +the

Re: Autoconf libssl

2011-11-11 Thread Till Elsner
Mike Frysinger (Thu, 10. 11. 2011, 18:20): On Thursday 10 November 2011 18:03:12 Till Elsner wrote: I'm trying to configure my own package. I've located the relevant portion in the configure file. It's the section with cares for the SSL lib, which matches the fact that removing the SSL

Re: Autoconf libssl

2011-11-11 Thread Mike Frysinger
On Friday 11 November 2011 11:13:22 Till Elsner wrote: Ok, here we go: The following configure.ac seems to serve as a minimal example: --- begin configure.ac --- AC_PREREQ([2.68]) AC_INIT([actest], [1]) AC_SEARCH_LIBS([MD5], [ssl]); AC_OUTPUT --- end configure.ac --- I only have this

[GNU Autoconf 2.68] testsuite: 351 404 424 428 failed

2011-11-11 Thread Wesley Darlington
Attached. testsuite.log.gz Description: Binary data