[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mis(?)behavior of automake on non-existent directories
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Mis(?)behavior of automake on non-existent directories |
Date: |
Thu, 10 Jul 2003 00:33:49 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
>>> "Raphaël" == Raphaël Poss <address@hidden> 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