diff options
author | Thomas Langer <thomas.langer.71@gmail.com> | 2017-06-27 18:26:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-04 22:56:55 +0200 |
commit | eafaef3765152526e29a18329900b9ba39eae3bb (patch) | |
tree | b7b1fce47908aabd33bd5b3a426f0b508c2ded15 /tools/automake/patches/000-relocatable.patch | |
parent | 0825de2df7b7a13e5185140e1a5c0318aa16afe4 (diff) | |
download | upstream-eafaef3765152526e29a18329900b9ba39eae3bb.tar.gz upstream-eafaef3765152526e29a18329900b9ba39eae3bb.tar.bz2 upstream-eafaef3765152526e29a18329900b9ba39eae3bb.zip |
automake: Update to version 1.15.1
The new version includes the fix for new perl versions,
so remove the related patch.
Signed-off-by: Thomas Langer <thomas.langer.71@gmail.com>
Diffstat (limited to 'tools/automake/patches/000-relocatable.patch')
-rw-r--r-- | tools/automake/patches/000-relocatable.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/automake/patches/000-relocatable.patch b/tools/automake/patches/000-relocatable.patch index 59864f2ad5..d05b25e61c 100644 --- a/tools/automake/patches/000-relocatable.patch +++ b/tools/automake/patches/000-relocatable.patch @@ -24,7 +24,7 @@ + # aclocal - create aclocal.m4 by scanning configure.ac - # Copyright (C) 1996-2014 Free Software Foundation, Inc. + # Copyright (C) 1996-2017 Free Software Foundation, Inc. @@ -27,7 +29,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0"; BEGIN @@ -59,7 +59,7 @@ +$^W = 1; + # automake - create Makefile.in from Makefile.am - # Copyright (C) 1994-2014 Free Software Foundation, Inc. + # Copyright (C) 1994-2017 Free Software Foundation, Inc. @@ -31,7 +33,7 @@ use strict; @@ -79,7 +79,7 @@ +$^W = 1; + - # Copyright (C) 2012-2014 Free Software Foundation, Inc. + # Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify --- a/t/wrap/automake.in @@ -91,6 +91,6 @@ +$^W = 1; + - # Copyright (C) 2012-2014 Free Software Foundation, Inc. + # Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify |