bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Ralf Wildenhues
* Glenn Morris wrote on Tue, Nov 09, 2010 at 08:34:23AM CET: Ralf Wildenhues wrote (on Mon, 8 Nov 2010 at 22:46 +0100): The commands above (Bcc:ed to control at debbugs) should merge and close both bugs. The (first) close didn't work, I think it was because your version number started

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Glenn Morris
Actually, that was probably too glib a response. The version number information is probably used in other places, and needs to be sortable so that the fixed/found commands can work. So I don't think arbitrary version strings can work. You could use the date of a commit perhaps.

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Ralf Wildenhues
* Glenn Morris wrote on Wed, Nov 10, 2010 at 09:46:01PM CET: Actually, that was probably too glib a response. The version number information is probably used in other places, and needs to be sortable so that the fixed/found commands can work. So I don't think arbitrary version strings can

Re: More problems with `make -n' in automake-generated rules.

2010-11-10 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Mon, Nov 01, 2010 at 10:18:55PM CET: Fix and document rules to not touch the tree with `make -n'. * doc/automake.texi (Multiple Outputs): Document the problem of modifications during dry-run execution, propose solution. * NEWS: Update. *

Re: [PATCH 2/7] Tests defs: prefer $curdir over `pwd`.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:16:53PM CET: * tests/defs.in: We already save the value of `pwd` in $curdir early in the file, so there no need to recalculate it later, when the current working directory is not changed. OK. Thanks, Ralf

Re: [PATCH 4/7] Tests defs: do not print message Running test $0 anymore.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:18:53PM CET: * tests/defs.in: Printing the message === Running test $0 at the beginning of each tests made sense when Automake used the old test-driver, which sent all the output directly to stdout/stderr. Now that the parallel test-driver

Re: [PATCH 3/7] Tests defs: rename $curdir - $testbuilddir

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:17:48PM CET: * tests/defs.in: Rename $curdir to $testbuildir, for clarity and consistency with $testsrcdir and $top_testsrcdir. OK. Thanks, Ralf

Re: [PATCH 5/7] Tests defs: $testsbuilddir is now AC_SUBST'ed.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:19:55PM CET: * tests/defs.in ($testsbuilddir): Initialize statically with the value AC_SUBST'ed from @abs_builddir@, rather than dinamically with the value returned by `pwd`. dynamically You could also just write instead: * tests/defs.in

Re: [PATCH 6/7] Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:21:09PM CET: * tests/defs.in ($top_testsbuilddir): New variable, initialized with the value AC_SUBST'ed from @abs_top_build...@. Mostly for completeness and consistency with $testsrcdir and $top_testsrcdir. Let's add this only when we need

Re: [PATCH 1/7] Tests defs: various reorderings, some improvements.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:00:47PM CET: This is basically just a reordering patch, which should organize the code in `tests/defs.in' in a clearer and more rational way. * tests/defs.in: Reordered various snippets of code in a clearer way. Improved a couple of error

Re: [PATCH 7/7] Tests defs: move static definitions in a new file `minidefs'.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:29:27PM CET: Tests defs: move static definitions in a new file `minidefs'. minidefs is not a good name, as it is bound to not stay mini. How about defs-static or defs-init? (And yes, I'm shying away from renaming defs, that's just too big and

Re: [PATCH 5/5] Tests defs: improve messages for skipped tests.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Sep 08, 2010 at 08:57:19PM CEST: * tests/defs.in: Give meaningful messages about the reasons of a test skip; this is especially useful as this file is run without verbose xtraces on. Related reorderings in the code and new comments. What happened to this

Re: [PATCH 6/7] Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.

2010-11-10 Thread Stefano Lattarini
On Wednesday 10 November 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:21:09PM CET: * tests/defs.in ($top_testsbuilddir): New variable, initialized with the value AC_SUBST'ed from @abs_top_build...@. Mostly for completeness and consistency with

Re: [PATCH 1/7] Tests defs: various reorderings, some improvements.

2010-11-10 Thread Stefano Lattarini
On Wednesday 10 November 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:00:47PM CET: This is basically just a reordering patch, which should organize the code in `tests/defs.in' in a clearer and more rational way. * tests/defs.in: Reordered various

Re: [PATCH 5/5] Tests defs: improve messages for skipped tests.

2010-11-10 Thread Stefano Lattarini
On Wednesday 10 November 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Wed, Sep 08, 2010 at 08:57:19PM CEST: * tests/defs.in: Give meaningful messages about the reasons of a test skip; this is especially useful as this file is run without verbose xtraces on. Related reorderings

Re: [PATCH 7/7] Tests defs: move static definitions in a new file `minidefs'.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Nov 11, 2010 at 12:16:27AM CET: On Wednesday 10 November 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Sun, Nov 07, 2010 at 04:29:27PM CET: Tests defs: move static definitions in a new file `minidefs'. [...] * tests/defs: ... this new file ...

Re: [PATCH 1/7] Tests defs: various reorderings, some improvements.

2010-11-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Nov 11, 2010 at 12:37:23AM CET: Well, the patch is almost just code reordering, with the very minor exceptions that: 1. in the older version, some error messages could be printed before `$me' was defined, so they couldn't use it; now `$me' is defined

Silencing doxygen output

2010-11-10 Thread Erik de Castro Lopo
Hi all, I'm using AM_SILENT_RULES([yes]) to silence make output and I'm pretty happy with it. However, I have a doxygen command in a Makefile.am: doxygen reference.doxygen and I can't figure out how to silence it. Clues? Cheers, Erik --

Re: Silencing doxygen output

2010-11-10 Thread Roger Leigh
On Wed, Nov 10, 2010 at 10:45:03PM +1100, Erik de Castro Lopo wrote: Hi all, I'm using AM_SILENT_RULES([yes]) to silence make output and I'm pretty happy with it. However, I have a doxygen command in a Makefile.am: doxygen reference.doxygen and I can't figure out how to silence it.

Re: Force a file to be compiled always

2010-11-10 Thread Steffen Dettmer
On Nov 4, 2010, Benjamin Bihler benjamin.bih...@twt-gmbh.de wrote: As to the third suggestion: I use the __DATE__ and __TIME__ macros in my code as a kind of version information. Therefore the compilation result differs with every compilation, although my source file does not change. Is there

bug#7364: Typo in manual

2010-11-10 Thread Reuben Thomas
Script are not distributed by default - Scripts are not distributed by default -- http://rrt.sc3d.org

Re: Silencing doxygen output

2010-11-10 Thread Ralf Wildenhues
Hi Erik, * Erik de Castro Lopo wrote on Wed, Nov 10, 2010 at 12:45:03PM CET: I'm using AM_SILENT_RULES([yes]) to silence make output and I'm pretty happy with it. However, I have a doxygen command in a Makefile.am: doxygen reference.doxygen and I can't figure out how to silence it.

bug#7364: Typo in manual

2010-11-10 Thread Ralf Wildenhues
Hi Reuben, * Reuben Thomas wrote on Wed, Nov 10, 2010 at 03:24:14PM CET: Script are not distributed by default - Scripts are not distributed by default Thanks, this has already been fixed in the git tree of Automake. Cheers, Ralf