summaryrefslogtreecommitdiff
path: root/debian/patches/12-643587-attr-autoconf-version-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/12-643587-attr-autoconf-version-check.patch')
-rw-r--r--debian/patches/12-643587-attr-autoconf-version-check.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/12-643587-attr-autoconf-version-check.patch b/debian/patches/12-643587-attr-autoconf-version-check.patch
deleted file mode 100644
index 6941ea0..0000000
--- a/debian/patches/12-643587-attr-autoconf-version-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643587
-
-Description: Fix for incompatibility with autoconf2.13
- This package will not build if autconf2.13 is installed.
- Adding AC_PREREQ allows the automatic checks to run the correct
- version of autconf, whichever is installed, or to get a clear error
- message about the problem.
-
-Author: Wookey <wookey@linaro.org>
-
---- attr-2.4.44.orig/configure.in
-+++ attr-2.4.44/configure.in
-@@ -13,6 +13,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- #
-+AC_PREREQ([2.59])
- AC_INIT(include/attributes.h)
- AC_CONFIG_AUX_DIR([.])
- AC_CONFIG_MACRO_DIR([m4])