From 5b225b7ad084266565a019dc4f01cc82c781031d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 5 Apr 2000 20:55:48 +0000 Subject: [PATCH] * automake.in (require_file_internal): Pass --copy to libtoolize if automake was run with `--copy'. --- ChangeLog | 5 +++++ automake.in | 5 ++++- stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e078239c..b23e3a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-05 Tom Tromey + + * automake.in (require_file_internal): Pass --copy to libtoolize + if automake was run with `--copy'. + 2000-03-22 Tom Tromey * automake.texi (Uniform): Fix definition of pkglibdir. diff --git a/automake.in b/automake.in index 40fb4884..c83e312e 100755 --- a/automake.in +++ b/automake.in @@ -7504,9 +7504,12 @@ sub require_file_internal $suppress = 1; # Maybe run libtoolize. + local @syslist = ('libtoolize', '--automake'); + push @syslist, '--copy' + if $copy_missing; if ($seen_libtool && grep ($_ eq $file, @libtoolize_files) - && system ('libtoolize', '--automake')) + && system (@syslist)) { $message = "installing \`$errfile'"; $suppress = 0; diff --git a/stamp-vti b/stamp-vti index 6d67a528..079d2f98 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 19 March 2000 +@set UPDATED 22 March 2000 @set EDITION 1.4a @set VERSION 1.4a diff --git a/version.texi b/version.texi index 6d67a528..079d2f98 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 19 March 2000 +@set UPDATED 22 March 2000 @set EDITION 1.4a @set VERSION 1.4a -- 2.43.5