Fix the distdir target to cope with spaces in absolute file names.
commit4a6593e3bd8f5c288bb1459bd33c786989d285e3
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Dec 2007 09:33:21 +0000 (8 10:33 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Dec 2007 09:35:16 +0000 (8 10:35 +0100)
treed89e151b7a5aefd488eb4d6cb838b008fa86cba8
parentf57bd856b2a0e6ecd96fd34f112d28de18a9f212
Fix the distdir target to cope with spaces in absolute file names.

* lib/am/distdir.am: Quote all instances of $(distdir) and
$(top_distdir).  They could contain white space, coming from
a toplevel package bootstrapped with an older Automake version.
(am__relativize): New macro, taken from gnulib code, written by
Bruno Haible.
(distdir): Use it to compute relative paths to distdir and
top_distdir for enclosed subpackages.
Also, quote $(distuninstallcheck_dir).
* lib/am/texinfos.am: Likewise, quote $(distdir).
ChangeLog
lib/am/distdir.am
lib/am/texinfos.am