Re: [PATCH 2/3] build: substitute paths into defs.m4sh instead of recalculating.

2011-11-05 Thread Gary V. Vaughan
On 31 Oct 2011, at 22:20, Gary V. Vaughan wrote: More DRY inspired cleanup. 72 hours... etc etc. * Makefile.am (configure_edit): Add substitutions for aux_dir, macro_dir and srcdir. * tests/defs.m4sh: Don't recalculate srcdir. (aux_dir, macro_dir, srcdir): Convert to absolute paths.

Re: [PATCH 2/3] build: substitute paths into defs.m4sh instead of recalculating.

2011-11-05 Thread Gary V. Vaughan
On 31 Oct 2011, at 22:20, Gary V. Vaughan wrote: More DRY inspired cleanup. 72 hours... etc etc. * Makefile.am (configure_edit): Add substitutions for aux_dir, macro_dir and srcdir. * tests/defs.m4sh: Don't recalculate srcdir. (aux_dir, macro_dir, srcdir): Convert to absolute paths.

[PATCH 2/3] build: substitute paths into defs.m4sh instead of recalculating.

2011-10-31 Thread Gary V. Vaughan
More DRY inspired cleanup. 72 hours... etc etc. * Makefile.am (configure_edit): Add substitutions for aux_dir, macro_dir and srcdir. * tests/defs.m4sh: Don't recalculate srcdir. (aux_dir, macro_dir, srcdir): Convert to absolute paths. Signed-off-by: Gary V. Vaughan g...@gnu.org --- Makefile.am