| 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([lbbs],[1.6.1]) |
AC_INIT([lbbs],[1.7.1]) |
| 6 |
AC_CONFIG_SRCDIR([src/]) |
AC_CONFIG_SRCDIR([src/]) |
| 7 |
AC_CONFIG_HEADERS([config.h]) |
AC_CONFIG_HEADERS([config.h]) |
| 8 |
AC_CONFIG_MACRO_DIRS([m4]) |
AC_CONFIG_MACRO_DIRS([m4]) |
| 113 |
|
|
| 114 |
AC_FUNC_STRFTIME |
AC_FUNC_STRFTIME |
| 115 |
AC_FUNC_VPRINTF |
AC_FUNC_VPRINTF |
| 116 |
AC_CHECK_FUNCS([dup2 gethostbyname inet_ntoa memset mkdir rmdir regcomp poll socket strstr]) |
AC_CHECK_FUNCS([dup2 getaddrinfo inet_ntop memset mkdir rmdir regcomp poll socket strstr]) |
| 117 |
|
|
| 118 |
AC_CONFIG_FILES([Makefile |
AC_CONFIG_FILES([Makefile |
| 119 |
src/Makefile |
src/Makefile |