Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 474764 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (+6 lines)
Lines 5-10 Link Here
5
AC_PROG_CXX
5
AC_PROG_CXX
6
AC_HEADER_STDC
6
AC_HEADER_STDC
7
AC_C_BIGENDIAN
7
AC_C_BIGENDIAN
8
AC_PROG_RANLIB
9
AN_MAKEVAR([AR], [AC_PROG_AR])
10
AN_PROGRAM([ar], [AC_PROG_AR])
11
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
12
AC_PROG_AR
13
8
14
9
if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then
15
if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then
10
  echo "WARNING: A version of the Vamp plugin SDK is already installed."
16
  echo "WARNING: A version of the Vamp plugin SDK is already installed."
(-)Makefile.in (-2 / +2 lines)
Lines 44-51 Link Here
44
44
45
# ar, ranlib
45
# ar, ranlib
46
#
46
#
47
AR		= ar
47
AR		= @AR@
48
RANLIB		= ranlib
48
RANLIB		= @RANLIB@
49
49
50
# Libraries required for the plugins.
50
# Libraries required for the plugins.
51
#
51
#

Return to bug 474764