| 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.5.5]) |
AC_INIT([lbbs],[1.5.6]) |
| 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]) |
| 30 |
[with_iconv="no"]) |
[with_iconv="no"]) |
| 31 |
|
|
| 32 |
AS_IF([test "x$with_iconv" = xyes], |
AS_IF([test "x$with_iconv" = xyes], |
| 33 |
[PKG_CHECK_MODULES([LIBICONV], [libiconv])]) |
[PKG_CHECK_MODULES([ICONV], [iconv])]) |
| 34 |
|
|
| 35 |
AC_ARG_WITH([mariadb], |
AC_ARG_WITH([mariadb], |
| 36 |
[AS_HELP_STRING([--with-mariadb], [Use MariaDB library instead of MySQL client library])], |
[AS_HELP_STRING([--with-mariadb], [Use MariaDB library instead of MySQL client library])], |