Re: Do not write in symlinked aclocal.m4

2006-03-18 Thread Ralf Wildenhues
Bonjour Alexandre, * Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at 08:10:33AM CET: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > RW> * aclocal.in (write_aclocal): Unlink `aclocal.m4' before > RW> writing into it, to break a symlinked file. > RW> * tests/acloca20.test: New te

Re: Do not write in symlinked aclocal.m4

2006-03-17 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> * aclocal.in (write_aclocal): Unlink `aclocal.m4' before RW> writing into it, to break a symlinked file. RW> * tests/acloca20.test: New test. RW> * tests/Makefile.am: Updated. Thanks, please install. (Amusing test, BTW. Too

Do not write in symlinked aclocal.m4

2006-01-12 Thread Ralf Wildenhues
CVS Libtool will allow to use a symlinked libltdl in third-party packages. We discovered that an innocent `autoreconf' in the toplevel package will then cause `aclocal' in libltdl to overwrite the target of the `aclocal.m4' symlink. We will work around this by not symlinking that one file, but th