Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
+* Version 3.0.15 (unreleased)
+
+** command line apps: Link with local libopts if the installed
+is an old one.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.0.14 (released 2012-02-24)
** command line apps: Included libopts doesn't get installed
AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no")
dnl Checks for programs in src/
+PKG_CHECK_MODULES([libopts], libopts >= 36.2.11,, [enable_local_libopts=yes])
+
NEED_LIBOPTS_DIR=true
LIBOPTS_CHECK([src/libopts])