forked from ariadne/pkgconf
parent
834e21d37e
commit
53fc91332a
13
NEWS
13
NEWS
|
@ -1,8 +1,17 @@
|
||||||
Changes from previous version of pkgconf
|
Changes from previous version of pkgconf
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
Changes from 0.9.12:
|
Changes from 1.0.0 to 1.0.1:
|
||||||
--------------------
|
----------------------------
|
||||||
|
|
||||||
|
* Enhancements:
|
||||||
|
- new stub implementation of --print-provides (#95)
|
||||||
|
|
||||||
|
* Bug fixes:
|
||||||
|
- fragments: fix an edge case involving path-only fragments and PKG_CONFIG_SYSROOT_DIR (#94)
|
||||||
|
|
||||||
|
Changes from 0.9.12 to 1.0.0:
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
* Features:
|
* Features:
|
||||||
- new library: libpkgconf
|
- new library: libpkgconf
|
||||||
|
|
|
@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
|
||||||
dnl from the use of this software.
|
dnl from the use of this software.
|
||||||
|
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([pkgconf], [1], [http://github.com/pkgconf/pkgconf/issues])
|
AC_INIT([pkgconf], [1.0.1], [http://github.com/pkgconf/pkgconf/issues])
|
||||||
AC_CONFIG_SRCDIR([main.c])
|
AC_CONFIG_SRCDIR([main.c])
|
||||||
AC_CONFIG_HEADERS([libpkgconf/config.h])
|
AC_CONFIG_HEADERS([libpkgconf/config.h])
|
||||||
AC_CHECK_FUNCS([strlcpy strlcat strndup strtok_r])
|
AC_CHECK_FUNCS([strlcpy strlcat strndup strtok_r])
|
||||||
|
|
Loading…
Reference in New Issue