From: Jim Meyering Date: Sat, 4 Mar 2000 08:56:22 +0000 (+0000) Subject: . X-Git-Tag: Release-1-4b~120 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4ad9fc5193be8d518dc1bedaaf5abe4071aed581;p=automake.git . --- diff --git a/ChangeLog b/ChangeLog index eaa5e16c..4863a2c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-03-01 Jim Meyering + + * automake.in (handle_dist_worker) [generating rules for distdir]: + Don't use `ln' (which was just a space optimization anyway) to + populate $(distdir). Otherwise, the dist rules that change + permissions would end up affecting the master sources. + * texinfos.am (dist-info): Likewise. + 2000-02-13 Jim Meyering * automake.in (generate_makefile): Detect write/close failure.