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

(-)file_not_specified_in_diff (-4 / +19 lines)
Line  Link Here
0
-- /dev/null
0
++ b/libev.pc.in
Line 0 Link Here
0
-- a/Makefile.am
1
prefix=@prefix@
2
exec_prefix=@prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: libev
7
Description: A high-performance event loop/event model with lots of features
8
Version: @VERSION@
9
Libs: -L${libdir} -lev
10
Libs.private:
11
Cflags: -I${includedir}
12
++ b/Makefile.am
Lines 16-20 lib_LTLIBRARIES = libev.la Link Here
16
libev_la_SOURCES = ev.c event.c
16
libev_la_SOURCES = ev.c event.c
17
libev_la_LDFLAGS = -version-info $(VERSION_INFO)
17
libev_la_LDFLAGS = -version-info $(VERSION_INFO)
18
18
19
pkgconfigdir = $(libdir)/pkgconfig
20
pkgconfig_DATA = libev.pc
21
19
ev.3: ev.pod
22
ev.3: ev.pod
20
	pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@
23
	pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@
21
-- a/configure.ac
24
++ b/configure.ac
Lines 2-7 orig_CFLAGS="$CFLAGS" Link Here
2
2
3
AC_INIT
3
AC_INIT
4
AC_CONFIG_SRCDIR([ev_epoll.c])
4
AC_CONFIG_SRCDIR([ev_epoll.c])
5
AC_CONFIG_MACRO_DIR([m4])
5
6
6
AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
7
AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
7
AC_CONFIG_HEADERS([config.h])
8
AC_CONFIG_HEADERS([config.h])
Lines 21-25 AC_PROG_LIBTOOL Link Here
21
22
22
m4_include([libev.m4])
23
m4_include([libev.m4])
23
24
24
AC_CONFIG_FILES([Makefile])
25
AC_CONFIG_FILES([Makefile libev.pc])
25
AC_OUTPUT
26
AC_OUTPUT

Return to bug 411847