This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=a7ef9660176bc5927a39fc519abbc03f13c4cbf9 The branch, master has been updated via a7ef9660176bc5927a39fc519abbc03f13c4cbf9 (commit) from f1279d7c7fdfd3d10c9b779c4bacb2d632dfcee0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a7ef9660176bc5927a39fc519abbc03f13c4cbf9 Author: Ralf Wildenhues <[EMAIL PROTECTED]> Date: Mon Nov 26 22:24:46 2007 +0100 Quote @abs_top_builddir@ and @[EMAIL PROTECTED] * tests/aclocal.in: Likewise. * tests/automake.in: Likewise. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ tests/aclocal.in | 4 ++-- tests/automake.in | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7954b9..8271959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-26 Ralf Wildenhues <[EMAIL PROTECTED]> + Quote @abs_top_builddir@ and @[EMAIL PROTECTED] + * tests/aclocal.in: Likewise. + * tests/automake.in: Likewise. + Fix TAGS and GTAGS rules to cope with whitespace in `pwd`. * lib/am/tags.am (TAGS): Use positional parameters to avoid the need to quote absolute file names. diff --git a/tests/aclocal.in b/tests/aclocal.in index ea3464c..35b1619 100644 --- a/tests/aclocal.in +++ b/tests/aclocal.in @@ -14,5 +14,5 @@ perllibdir="@abs_top_builddir@/[EMAIL PROTECTED]@@abs_top_srcdir@/lib" export perllibdir # Most of the files are in $srcdir/../m4. However amversion.m4 is # generated in ../m4, so we include that directory in the search path too. -exec @abs_top_builddir@/aclocal $ACLOCAL_TESTSUITE_FLAGS \ - -I @abs_top_builddir@/m4 [EMAIL PROTECTED]@/m4 ${1+"$@"} +exec "@abs_top_builddir@/aclocal" $ACLOCAL_TESTSUITE_FLAGS \ + -I "@abs_top_builddir@/m4" "[EMAIL PROTECTED]@/m4" ${1+"$@"} diff --git a/tests/automake.in b/tests/automake.in index 4a86345..d4c4c5c 100644 --- a/tests/automake.in +++ b/tests/automake.in @@ -12,4 +12,4 @@ fi perllibdir="@abs_top_builddir@/[EMAIL PROTECTED]@@abs_top_srcdir@/lib" export perllibdir -exec @abs_top_builddir@/automake [EMAIL PROTECTED]@/lib ${1+"$@"} +exec "@abs_top_builddir@/automake" "[EMAIL PROTECTED]@/lib" ${1+"$@"} hooks/post-receive -- GNU Automake