>>> "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