Skip to content

Commit

Permalink
create release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tolonuga committed Nov 23, 2005
1 parent 16ffcea commit 8315d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
# Require autoconf 2.52
AC_PREREQ(2.52)

AC_INIT(engine_pkcs11, WIP)
AC_INIT(engine_pkcs11, 0.1.3)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)

Expand Down Expand Up @@ -34,7 +34,7 @@ AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h inttypes.h string.h strings.h sys/time.h unistd.h locale.h getopt.h dlfcn.h utmp.h])

PKG_CHECK_MODULES([LIBP11], [libp11])
PKG_CHECK_MODULES([LIBP11], [libp11 >= 0.2.1])

dnl The big mess with OpenSSL
saved_LIBS="$LIBS"
Expand Down

0 comments on commit 8315d21

Please sign in to comment.