|
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 |
|