Hello Thien-Thi,
* Thien-Thi Nguyen wrote on Tue, Apr 17, 2007 at 09:14:37AM CEST:
[...]
>
> amlibdir=`automake --print-libdir`
> for f in install-sh INSTALL COPYING ; do
> ln -sf ${amlibdir}/$f
> done
>
> or perhaps there is already something available to achieve the same goals,
> with automake 1.9?You mean, other than `automake --add-missing' (or, short: -a)? Or is it that you'd need something like automake --add-missing --install-even-if-i-do-not-use-automake ? ;-) Cheers, Ralf
