| 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.1]) |
AC_INIT([lbbs],[1.3.3]) |
| 6 |
AC_CONFIG_SRCDIR([src/]) |
AC_CONFIG_SRCDIR([src/]) |
|
# AM_CONFIG_HEADERS(config.h) |
|
| 7 |
AC_CONFIG_MACRO_DIRS([m4]) |
AC_CONFIG_MACRO_DIRS([m4]) |
| 8 |
AM_INIT_AUTOMAKE([foreign]) |
AM_INIT_AUTOMAKE([foreign]) |
| 9 |
|
AM_SILENT_RULES(yes) |
| 10 |
|
|
| 11 |
AC_USE_SYSTEM_EXTENSIONS |
AC_USE_SYSTEM_EXTENSIONS |
| 12 |
# Checks for programs. |
# Checks for programs. |