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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
--
1
configure.ac | 2 +-
configure.ac | 2 +-
2
1 file changed, 1 insertion(+), 1 deletion(-)
1
1 file changed, 1 insertion(+), 1 deletion(-)
3
-- a/configure.ac
2
++ b/configure.ac
Lines 31-37 AC_PROG_INSTALL Link Here
31
AC_PROG_MAKE_SET
31
AC_PROG_MAKE_SET
32
AC_PROG_AWK
32
AC_PROG_AWK
33
AC_PROG_EGREP
33
AC_PROG_EGREP
34
AC_CHECK_PROGS([READELF], [readelf eu-readelf], [false])
34
AC_CHECK_TOOLS([READELF], [readelf eu-readelf], [false])
35
AM_MISSING_PROG([AUTOM4TE], [autom4te])
35
AM_MISSING_PROG([AUTOM4TE], [autom4te])
36
36
37
LT_INIT([disable-static])
37
LT_INIT([disable-static])
38
- 

Return to bug 754978