Skip to content

Commit c15355a

Browse files
committed
fix libkqueue.pc generation
1 parent 9174cfc commit c15355a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2014-03-09 v2.0.3
2+
------------------------------------------------------------------------
3+
4+
* Fix the generation of libkqueue.pc
5+
16
2014-02-23 v2.0.2
27
------------------------------------------------------------------------
38

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([libkqueue], [2.0.2])
4+
AC_INIT([libkqueue], [2.0.3])
55
LT_INIT
66
AM_INIT_AUTOMAKE([foreign subdir-objects])
77
AC_CONFIG_SRCDIR([configure.ac])

libkqueue.pc.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
prefix=@prefix@
2+
exec_prefix=@exec_prefix@
3+
libdir=@libdir@
4+
includedir=@includedir@
15

26
Name: libkqueue
37
Description: Emulates FreeBSD kqueue(2) on other platforms

0 commit comments

Comments
 (0)