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

Collapse All | Expand All

(-)trunk/monitor-core/srclib/confuse/configure.ac (-1 / +2 lines)
Lines 19-25 Link Here
19
AM_GNU_GETTEXT([external])
19
AM_GNU_GETTEXT([external])
20
AM_GNU_GETTEXT_VERSION(0.14.1)
20
AM_GNU_GETTEXT_VERSION(0.14.1)
21
21
22
AM_PATH_CHECK(, [AC_SUBST([check_confuse], ['check_confuse${EXTEXT}'])], [AC_WARN([Check not found, tests will not be built])])
22
AM_PATH_CHECK(, [have_check="yes"], [AC_MSG_WARN([Check not found, tests will not be built])])
23
AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
23
24
24
# Checks for header files.
25
# Checks for header files.
25
AC_HEADER_STDC
26
AC_HEADER_STDC
(-)trunk/monitor-core/srclib/confuse/tests/Makefile.am (-1 / +9 lines)
Lines 1-3 Link Here
1
if HAVE_CHECK
2
1
TESTS=check_confuse
3
TESTS=check_confuse
2
4
3
check_PROGRAMS=check_confuse
5
check_PROGRAMS=check_confuse
Lines 5-10 Link Here
5
					  suite_func.c
7
					  suite_func.c
6
check_confuse_CPPFLAGS=-I$(top_srcdir)/src @CHECK_CFLAGS@
8
check_confuse_CPPFLAGS=-I$(top_srcdir)/src @CHECK_CFLAGS@
7
check_confuse_LDADD=-L../src/ @CHECK_LIBS@ ../src/libconfuse.la $(LTLIBINTL)
9
check_confuse_LDADD=-L../src/ @CHECK_LIBS@ ../src/libconfuse.la $(LTLIBINTL)
10
11
else
12
13
TESTS=
14
15
endif
16
8
EXTRA_DIST=a.conf b.conf
17
EXTRA_DIST=a.conf b.conf
9
CLEANFILES=*~ \#*\#
18
CLEANFILES=*~ \#*\#
10

Return to bug 194336