]> sourceware.org Git - automake.git/commitdiff
* automake.in (require_file_internal): Pass --copy to libtoolize
authorTom Tromey <tromey@redhat.com>
Wed, 5 Apr 2000 20:55:48 +0000 (20:55 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 5 Apr 2000 20:55:48 +0000 (20:55 +0000)
if automake was run with `--copy'.

ChangeLog
automake.in
stamp-vti
version.texi

index e078239c52b29c8661389d7a68867cabbfca6c0d..b23e3a3dc7ee3f67343423d7084e4063af6d2e83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-05  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (require_file_internal): Pass --copy to libtoolize
+       if automake was run with `--copy'.
+
 2000-03-22  Tom Tromey  <tromey@cygnus.com>
 
        * automake.texi (Uniform): Fix definition of pkglibdir.
index 40fb4884c14f0ac01e26aad2432da490f70e0341..c83e312ebe9af20a7949d3d43755e6709eb516d2 100755 (executable)
@@ -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;
index 6d67a528b7031aeec1a5b55ccfe1b8419d5ce3c1..079d2f98e2e866bcd6c6a742f299fad47e730aa4 100644 (file)
--- 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
index 6d67a528b7031aeec1a5b55ccfe1b8419d5ce3c1..079d2f98e2e866bcd6c6a742f299fad47e730aa4 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 19 March 2000
+@set UPDATED 22 March 2000
 @set EDITION 1.4a
 @set VERSION 1.4a
This page took 0.039502 seconds and 5 git commands to generate.