source:
scripts/untested/autotools/patches/automake-1.4-libtoolize.patch@
f118837
Last change on this file since f118837 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 574 bytes |
-
automake-1.4-p6/automake.in
Patch from redhat/fedora which made it into upstream.
6882 6882 $suppress = 1; 6883 6883 6884 6884 # Maybe run libtoolize. 6885 @libtoolize_args = ('--automake'); 6886 push @libtoolize_args, '-c' if $copy_missing; 6885 6887 if ($seen_libtool 6886 6888 && grep ($_ eq $file, @libtoolize_files) 6887 && system ('libtoolize', '--automake'))6889 && system ('libtoolize', @libtoolize_args)) 6888 6890 { 6889 6891 $message = "installing \`$errfile'"; 6890 6892 $suppress = 0;
Note:
See TracBrowser
for help on using the repository browser.