* tests/aclocal.in: Likewise.
* tests/automake.in: Likewise.
2007-11-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ Quote @abs_top_builddir@ and @abs_top_srcdir@.
+ * 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.
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 --acdir=@abs_top_srcdir@/m4 ${1+"$@"}
+exec "@abs_top_builddir@/aclocal" $ACLOCAL_TESTSUITE_FLAGS \
+ -I "@abs_top_builddir@/m4" "--acdir=@abs_top_srcdir@/m4" ${1+"$@"}
perllibdir="@abs_top_builddir@/lib@PATH_SEPARATOR@@abs_top_srcdir@/lib"
export perllibdir
-exec @abs_top_builddir@/automake --libdir=@abs_top_srcdir@/lib ${1+"$@"}
+exec "@abs_top_builddir@/automake" "--libdir=@abs_top_srcdir@/lib" ${1+"$@"}