Re: [PATCH] Tests: remove useless repetitions of `foreign' automake option.

2010-06-26 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Jun 26, 2010 at 01:40:49PM CEST: At Saturday 26 June 2010, Ralf Wildenhues wrote: or is that always just used in order to save on generating the GNU-specific files? This should be the real reason, yes (and is also the reason why --foreign is appended to

Re: [PATCH] Fix bugs in test script silent5.test.

2010-06-26 Thread Stefano Lattarini
At Wednesday 23 June 2010, Stefano Lattarini wrote: This tiny patch fix a nasty bug in 'silent5.test' (due to the use of grep instead of egrep) that could have lead to false negatives. ... - grep '(CC|CXX|FC|F77|LD) ' stdout Exit 1 + $GREP '(CC|CXX|FC|F77|LD) ' stdout Exit 1 Ouch! Stupid

Re: [PATCH] Tests: remove useless repetitions of `foreign' automake option.

2010-06-26 Thread Stefano Lattarini
At Saturday 26 June 2010, Ralf Wildenhues wrote: Thanks for verifying. The original patch is ok for maint then if you rewrite the log entry to prepend tests/ before the changed file names Oops. and update copyright years. Oops again. If that isn't needed in your tree because you have

Re: [PATCH] Fix bugs in test script silent5.test.

2010-06-26 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Jun 26, 2010 at 02:15:18PM CEST: + Fix typo-related bug in test script silent5.test. + * tests/silent5.test: Use $EGREP, not $GREP (which is not even + defined). Thanks.

Clean up @var handling in the manual.

2010-06-26 Thread Ralf Wildenhues
Similarly to a recent patch for Libtool, this cleans up the Automake manual use of @var. IMHO, the lower-casing really helps the PDF rendering, making metasyntactic variables much easier to detect. Tested make info pdf html, glossed over, committed to maint. Cheers, Ralf Clean up @var

Update program --help output to match current GCS.

2010-06-26 Thread Ralf Wildenhues
Similar to a recent patch against Libtool, this gets program behavior updated to match GCS. The autoconf.texi change doesn't actually make the bug reporting address be set from configure.ac, but a factored one is still better than repetitions. Committed to maint. Cheers, Ralf Update

$(DEPDIR)

2010-06-26 Thread Bruce Korb
Hi, I've fiddled my playtime tool autogen to emit dependency info: AUTOGEN_opts_TList := \ opts.h \ opts.c AUTOGEN_opts_SList := \ opts.def \ /old-home/bkorb/ag/ag/autoopts/options.tpl \ /old-home/bkorb/ag/ag/autoopts/optlib.tpl \

Re: $(DEPDIR)

2010-06-26 Thread Ralf Wildenhues
Hi Bruce, * Bruce Korb wrote on Sat, Jun 26, 2010 at 06:30:29PM CEST: I've fiddled my playtime tool autogen to emit dependency info: AUTOGEN_opts_TList := \ opts.h \ opts.c AUTOGEN_opts_SList := \ opts.def \ /old-home/bkorb/ag/ag/autoopts/options.tpl \

Re: $(DEPDIR)

2010-06-26 Thread Bruce Korb
Hi Ralf, On Sat, Jun 26, 2010 at 12:19 PM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: Hi Bruce, * Bruce Korb wrote on Sat, Jun 26, 2010 at 06:30:29PM CEST: I've fiddled my playtime tool autogen to emit dependency info: stamp-opts : $(AUTOGEN_opts_SList) $(AUTOGEN_opts_TList) :