summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/automake/files/automake-1.4-libtoolize.patch')
-rw-r--r--sys-devel/automake/files/automake-1.4-libtoolize.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-devel/automake/files/automake-1.4-libtoolize.patch b/sys-devel/automake/files/automake-1.4-libtoolize.patch
deleted file mode 100644
index 3e818ca960ba..000000000000
--- a/sys-devel/automake/files/automake-1.4-libtoolize.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Patch from redhat/fedora which made it into upstream.
-
---- a/automake.in
-+++ b/automake.in
-@@ -6882,9 +6882,11 @@
- $suppress = 1;
-
- # Maybe run libtoolize.
-+ @libtoolize_args = ('--automake');
-+ push @libtoolize_args, '-c' if $copy_missing;
- if ($seen_libtool
- && grep ($_ eq $file, @libtoolize_files)
-- && system ('libtoolize', '--automake'))
-+ && system ('libtoolize', @libtoolize_args))
- {
- $message = "installing \`$errfile'";
- $suppress = 0;