| 2 |
# Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
| 3 |
|
|
| 4 |
AC_PREREQ([2.69]) |
AC_PREREQ([2.69]) |
| 5 |
AC_INIT([bbsd],[1.0]) |
AC_INIT([bbsd],[1.1]) |
| 6 |
AC_CONFIG_SRCDIR([src/]) |
AC_CONFIG_SRCDIR([src/]) |
| 7 |
# AM_CONFIG_HEADERS(config.h) |
# AM_CONFIG_HEADERS(config.h) |
| 8 |
AC_CONFIG_MACRO_DIRS([m4]) |
AC_CONFIG_MACRO_DIRS([m4]) |
| 25 |
AC_CHECK_LIB([ssh], [ssh_init]) |
AC_CHECK_LIB([ssh], [ssh_init]) |
| 26 |
|
|
| 27 |
AC_HEADER_STAT |
AC_HEADER_STAT |
|
AC_CHECK_INCLUDES_DEFAULT |
|
| 28 |
AC_PROG_EGREP |
AC_PROG_EGREP |
| 29 |
|
|
| 30 |
AC_HEADER_RESOLV |
AC_HEADER_RESOLV |