mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 03:39:51 +00:00
fix libkqueue.pc generation
This commit is contained in:
parent
9174cfce3a
commit
c15355a4cf
@ -1,3 +1,8 @@
|
||||
2014-03-09 v2.0.3
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix the generation of libkqueue.pc
|
||||
|
||||
2014-02-23 v2.0.2
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -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])
|
||||
|
@ -1,3 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libkqueue
|
||||
Description: Emulates FreeBSD kqueue(2) on other platforms
|
||||
|
Loading…
Reference in New Issue
Block a user