--- This patch is not actually needed for the build to succeed in a build tree name containing whitespace. However, it prevents `distcheck' to fail very early. In fact, at the end of the patch series, `distcheck' only fails very late, in `installcheck'.
Cheers, Ralf lib/autom4te.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/autom4te.in b/lib/autom4te.in index 87b352f..6e3ab7a 100644 --- a/lib/autom4te.in +++ b/lib/autom4te.in @@ -1,6 +1,6 @@ # Definition of Autom4te option sets. -*- Makefile -*- # -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software # Foundation, Inc. # # This program is free software: you can redistribute it and/or modify @@ -93,7 +93,7 @@ end-language: "Autoreconf-preselections" # This intermediate language is used by aclocal to build aclocal.m4. begin-language: "Autoconf-without-aclocal-m4" -args: --prepend-include @datadir@ +args: --prepend-include '@datadir@' args: --cache=autom4te.cache args: autoconf/autoconf.m4f args: acsite.m4? @@ -120,7 +120,7 @@ end-language: "Autoconf" ## -------- ## begin-language: "Autotest" -args: --prepend-include @datadir@ +args: --prepend-include '@datadir@' args: autotest/autotest.m4f args: package.m4? args: local.at? @@ -134,7 +134,7 @@ end-language: "Autotest" ## ---- ## begin-language: "M4sh" -args: --prepend-include @datadir@ +args: --prepend-include '@datadir@' args: m4sugar/m4sh.m4f args: --mode 777 args: --language M4sugar @@ -146,7 +146,7 @@ end-language: "M4sh" ## ------- ## begin-language: "M4sugar" -args: --prepend-include @datadir@ +args: --prepend-include '@datadir@' args: m4sugar/m4sugar.m4f args: --warnings syntax end-language: "M4sugar" -- 1.5.3.6.950.g92b7b
