fix libkqueue.pc generation

This commit is contained in:
Mark Heily 2014-03-09 20:40:24 -04:00
parent 9174cfce3a
commit c15355a4cf
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-03-09 v2.0.3
------------------------------------------------------------------------
* Fix the generation of libkqueue.pc
2014-02-23 v2.0.2
------------------------------------------------------------------------

View File

@ -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])

View File

@ -1,3 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libkqueue
Description: Emulates FreeBSD kqueue(2) on other platforms