diff --git a/ChangeLog b/ChangeLog index 00273f28..9595bcbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-09 v2.0.3 +------------------------------------------------------------------------ + + * Fix the generation of libkqueue.pc + 2014-02-23 v2.0.2 ------------------------------------------------------------------------ diff --git a/configure.ac b/configure.ac index 25466b48..4c1aa29f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([libkqueue], [2.0.2]) +AC_INIT([libkqueue], [2.0.3]) LT_INIT AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) diff --git a/libkqueue.pc.in b/libkqueue.pc.in index 5b3f68fe..2c8ec1cc 100644 --- a/libkqueue.pc.in +++ b/libkqueue.pc.in @@ -1,3 +1,7 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ Name: libkqueue Description: Emulates FreeBSD kqueue(2) on other platforms