>>> "Raphaël" == Raphaël Poss <[EMAIL PROTECTED]> writes:

[...]

 Raphaël> The command './configure && make distcheck' fails if
 Raphaël> the subdirectory 'foo' is erased after 'autoconf' and
 Raphaël> 'automake' have run.

 Raphaël> It seems like 'make dist' creates an archive with an
 Raphaël> empty 'foo' directory in it, whereas the same command
 Raphaël> with previous versions of Autoconf/Automake (2.56/1.6)
 Raphaël> did not.

Which version are you using *now*?  

  mkdir foo
  : > Makefile.am
  autoreconf -vfi
  ./configure
  make distcheck
  rm -Rf foo
  ./configure
  make distcheck

works for me with Automake 1.7.4, 1.7.5b, and 1.7a. (Autoconf 2.57a)

[...]

-- 
Alexandre Duret-Lutz



Reply via email to