]> git.pld-linux.org Git - packages/libssh2.git/blame - libssh2-version.patch
- correct version in pkgconfig file
[packages/libssh2.git] / libssh2-version.patch
CommitLineData
163bfc44
KK
1--- configure.ac~ 2011-03-15 10:34:41.000000000 +0000
2+++ configure.ac 2011-04-14 18:13:19.365888483 +0100
3@@ -15,8 +15,8 @@
4 fi
5
6 dnl figure out the libssh2 version
7-VERSION=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
8 AM_INIT_AUTOMAKE
9+VERSION=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
10 AC_MSG_CHECKING([libssh2 version])
11 AC_MSG_RESULT($VERSION)
12
This page took 0.074619 seconds and 4 git commands to generate.