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

Collapse All | Expand All

(-)a/Makefile.am (-1 / +1 lines)
Lines 11-17 tigerinc_HEADERS=include/tiger/tiger.h include/tiger/tiger_config.h Link Here
11
tigerpc_DATA=misc/pkgconfig/tiger.pc
11
tigerpc_DATA=misc/pkgconfig/tiger.pc
12
noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
12
noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
13
13
14
LIBTOOLFLAGS=--silent
14
AM_LIBTOOLFLAGS=--silent
15
15
16
AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
16
AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
17
17
(-)a/configure.ac (-1 / +2 lines)
Lines 26-31 dnl then set AGE to 0. Link Here
26
26
27
LIBTIGER_SHARED_VERSION="5:2:0"
27
LIBTIGER_SHARED_VERSION="5:2:0"
28
28
29
AM_PROG_AR
30
29
AC_PROG_CC_C_O
31
AC_PROG_CC_C_O
30
AC_PROG_LIBTOOL
32
AC_PROG_LIBTOOL
31
AC_PROG_GREP
33
AC_PROG_GREP
Lines 35-41 AC_PROG_SED Link Here
35
AC_C_CONST
37
AC_C_CONST
36
AC_C_INLINE
38
AC_C_INLINE
37
39
38
39
# headers
40
# headers
40
41
41
AC_HEADER_STDC
42
AC_HEADER_STDC
(-)a/doc/Makefile.am (-2 / +1 lines)
Lines 1-4 Link Here
1
LIBTOOLFLAGS=--silent
1
AM_LIBTOOLFLAGS=--silent
2
2
3
# dependency to get doc to be built
3
# dependency to get doc to be built
4
noinst_DATA = .doc-dummy-target
4
noinst_DATA = .doc-dummy-target
5
- 

Return to bug 778578