/[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.4 by sysadm, Wed Apr 30 09:18:19 2025 UTC Revision 1.16 by sysadm, Tue Jun 3 05:33:06 2025 UTC
# Line 1  Line 1 
1  #                                               -*- Autoconf -*-  #                                               -*- Autoconf -*-
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.71])  AC_PREREQ([2.69])
5  AC_INIT([bbsd],[1.0])  AC_INIT([bbsd],[1.0])
6  AC_CONFIG_SRCDIR([src/])  AC_CONFIG_SRCDIR([src/])
7  # AM_CONFIG_HEADERS(config.h)  # AM_CONFIG_HEADERS(config.h)
8  AM_INIT_AUTOMAKE  AC_CONFIG_MACRO_DIRS([m4])
9    AM_INIT_AUTOMAKE([foreign])
10    
 AC_ARG_ENABLE(werror,  
         AS_HELP_STRING([--enable-werror],[Enable -Werror in all Makefiles]))  
                   
11  # Checks for programs.  # Checks for programs.
12  AC_PROG_GCC_TRADITIONAL  AC_PROG_GCC_TRADITIONAL
13  LT_INIT  LT_INIT
 AC_PROG_RANLIB  
14  AC_PROG_CXX  AC_PROG_CXX
15  AC_PROG_CC  AC_PROG_CC
16  AC_PROG_CPP  AC_PROG_CPP
# Line 26  AC_CHECK_LIB([mysqlclient], [mysql_conne Line 23  AC_CHECK_LIB([mysqlclient], [mysql_conne
23  AC_CHECK_LIB([z], [unzip])  AC_CHECK_LIB([z], [unzip])
24    
25  AC_HEADER_SYS_WAIT  AC_HEADER_SYS_WAIT
26  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h memory.h netdb.h netinet/in.h stdlib.h string.h  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h netdb.h netinet/in.h signal.h \
27          strings.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h mysql.h])                                          stdint.h stdlib.h string.h strings.h sys/epoll.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.h \
28                                            sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h systemd/sd-daemon.h unistd.h])
29    
30  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
31  AC_C_CONST  AC_C_CONST


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

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