Commit ed942659 authored by Gilles Sabourin's avatar Gilles Sabourin Committed by Jean-Baptiste Kempf

contrib: tiger: fix autotools invocation

This patch fixes libtiger generation failure when automake complains about 'linking libtool libraries using a non-POSIX'
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a07d1b34
--- tiger/configure.ac.orig 2008-11-10 19:56:12.000000000 +0100
+++ tiger/configure.ac 2014-05-08 15:45:25.755258933 +0200
@@ -3,7 +3,7 @@
AC_CONFIG_SRCDIR([include/tiger/tiger.h.in])
AC_CONFIG_AUX_DIR([misc/autotools])
-AC_PREREQ(2.53)
+AC_PREREQ([2.69])
AC_CANONICAL_TARGET
@@ -29,6 +29,7 @@
AC_PROG_GREP
AC_PROG_NM
AC_PROG_SED
+AM_PROG_AR
AC_C_CONST
AC_C_INLINE
--- tiger/Makefile.am.orig 2008-11-10 11:48:46.000000000 +0100
+++ tiger/Makefile.am 2014-05-08 15:46:13.028469021 +0200
@@ -11,7 +11,7 @@
tigerpc_DATA=misc/pkgconfig/tiger.pc
noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
-LIBTOOLFLAGS=--silent
+AM_LIBTOOLFLAGS=--silent
AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
--- tiger/doc/Makefile.am.orig 2008-11-11 21:45:33.000000000 +0100
+++ tiger//doc/Makefile.am 2014-05-08 15:46:16.782167744 +0200
@@ -1,4 +1,4 @@
-LIBTOOLFLAGS=--silent
+AM_LIBTOOLFLAGS=--silent
# dependency to get doc to be built
noinst_DATA = .doc-dummy-target
......@@ -18,6 +18,7 @@ $(TARBALLS)/libtiger-$(TIGER_VERSION).tar.gz:
libtiger: libtiger-$(TIGER_VERSION).tar.gz .sum-tiger
$(UNPACK)
$(APPLY) $(SRC)/tiger/autotools.patch
$(MOVE)
DEPS_tiger = kate $(DEPS_kate)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment