FYI: [PATCH] maint: substitute static directory names.

2011-11-08 Thread Gary V. Vaughan
From: Gary V. Vaughan g...@gnu.org Applying as an obvious refactoring. By substituting just the directory name as passed to the macro, aux_dir can be used with or without $srcdir prefix, which is more flexible, and always means the same thing in each file, rather than sometimes being a directory

FYI: [PATCH] libtoolize: display aux files output header for non-autoconf parents.

2011-11-08 Thread Gary V. Vaughan
Applied as obvious. * libtoolize.m4sh (func_install_pkgconfig_subproject): When the parent project does not use Autoconf, be sure to display an output header before copying auxiliary files despite not being able to scan for AC_CONFIG_AUX_DIR arguments. * NEWS: Updated. Signed-off-by: Gary V.

Re: [PATCH 5/5] libtoolize: install autoconf macros only if there is a $configure_ac.

2011-11-08 Thread Gary V. Vaughan
Flubbed the Subject line, sorry. Should have said: FYI: [PATCH] libtoolize: ... On 8 Nov 2011, at 20:42, Gary V. Vaughan wrote: Applied as obvious. * libtoolize.m4sh (func_install_pkgmacro_files): If there is no $configure_ac in the parent project directory, and libtoolize is in

Re: [PATCH 1/7] bootstrap: split into reusable parts.

2011-11-08 Thread Gary V. Vaughan
Pushed this series. I added a few bug fixes too (FYI posts sent already), and incorporated improvements thanks to feedback from Roumen and Chuck. On 5 Nov 2011, at 23:40, Gary V. Vaughan wrote: I'll push the whole series in 72 hours or so. * bootstrap: Bourne shell has no scoping, so be

Re: [PATCH 1/4] libtoolize: use only space delimited file lists.

2011-11-08 Thread Gary V. Vaughan
Pushed this series, along with a fix for the prematurely removed argz.m4 spotted by Peter. On 6 Nov 2011, at 00:04, Gary V. Vaughan wrote: We don't install any files with whitespace in their file name, so using colon delimited lists to make that possible was a premature optimisation and an

FYI: [PATCH] build: remove an over-exuberant $(srcdir) prefix.

2011-11-08 Thread Gary V. Vaughan
Oops. * Makefile.am (git_version_gen): No need for an extra $(srcdir) in the path when we always use after `cd $(srcdir). Signed-off-by: Gary V. Vaughan g...@gnu.org --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index

FYI: [PATCH] libtoolize: order pkgltdl_files to avoid reconfiguration.

2011-11-08 Thread Gary V. Vaughan
Argh. Re-ordering my patch queue was not a great idea... another obvious fix to push. :( * Makefile.am (pkgltdl_files): aclocal.m4 depends on configure.ac, and will cause spurious reconfiguration of freshly `libtoolize --ltdl' tree if we don't ensure configure.ac is the older of these two files.

FYI [PATCH] install: correct a typo in pkgaux_files location.

2011-11-08 Thread Gary V. Vaughan
Obvious typo pushed. * Makefile.am (install-data-local): Install pkgaux_files directly from $(aux_dir) [./libltdl/config at the moment]. Signed-off-by: Gary V. Vaughan g...@gnu.org --- Makefile.am |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am

FYI: [PATCH] build: use pkgauxdir for local install and uninstall rules.

2011-11-08 Thread Gary V. Vaughan
Applied as obvious. More fallout from applying re-ordered patches yesterday. With this one, now `make distcheck' works again. * Makefile.am (pkgauxdir): Set it correctly. (uninstall-hook): Use it for pkgaux_scripts and pkgaux_data_files. (install-data-local): Ditto. Remove `config/' prefix from