Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 366599 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 16-22 fi Link Here
16
16
17
dnl figure out the libssh2 version
17
dnl figure out the libssh2 version
18
VERSION=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
18
VERSION=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
19
AM_INIT_AUTOMAKE
19
AM_INIT_AUTOMAKE(libssh2,$VERSION)
20
AC_MSG_CHECKING([libssh2 version])
20
AC_MSG_CHECKING([libssh2 version])
21
AC_MSG_RESULT($VERSION)
21
AC_MSG_RESULT($VERSION)
22
22

Return to bug 366599