/[LeafOK_CVS]/lbbs/configure.ac
ViewVC logotype

Diff of /lbbs/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.58 by sysadm, Mon Nov 17 06:41:18 2025 UTC Revision 1.61 by sysadm, Mon Nov 17 13:26:35 2025 UTC
# Line 2  Line 2 
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])
# Line 24  PKG_PROG_PKG_CONFIG Line 24  PKG_PROG_PKG_CONFIG
24  PKG_CHECK_MODULES([LIBSSH], [libssh])  PKG_CHECK_MODULES([LIBSSH], [libssh])
25  PKG_CHECK_MODULES([LIBPCRE2], [libpcre2-8])  PKG_CHECK_MODULES([LIBPCRE2], [libpcre2-8])
26    
27    AC_ARG_WITH([iconv],
28                [AS_HELP_STRING([--with-iconv], [Use iconv library package config])],
29                [],
30                [with_iconv="no"])
31    
32    AS_IF([test "x$with_iconv" = xyes],
33          [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])],
37              [],              [],


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1