Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130024
Collapse All | Expand All

(-)WordNet-2.1/configure.ac (-1 / +1 lines)
Lines 12-18 Link Here
12
AC_PROG_CC
12
AC_PROG_CC
13
AC_PROG_RANLIB
13
AC_PROG_RANLIB
14
AC_PROG_INSTALL
14
AC_PROG_INSTALL
15
15
AC_PROG_LIBTOOL
16
# Checks for header files.
16
# Checks for header files.
17
AC_HEADER_STDC
17
AC_HEADER_STDC
18
AC_CHECK_HEADERS([locale.h malloc.h stdlib.h string.h])
18
AC_CHECK_HEADERS([locale.h malloc.h stdlib.h string.h])
(-)WordNet-2.1/lib/Makefile.am (-3 / +3 lines)
Lines 1-5 Link Here
1
lib_LIBRARIES = libWN.a
1
lib_LTLIBRARIES = libWN.la
2
libWN_a_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c
2
libWN_la_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c
3
libWN_a_CPPFLAGS = $(INCLUDES)
3
libWN_la_CPPFLAGS = $(INCLUDES)
4
INCLUDES = -I$(top_srcdir)/include
4
INCLUDES = -I$(top_srcdir)/include
5
SUBDIRS = wnres
5
SUBDIRS = wnres

Return to bug 130024