/[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.3 by sysadm, Tue Apr 29 14:04:01 2025 UTC Revision 1.4 by sysadm, Wed Apr 30 09:18:19 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.69])  AC_PREREQ([2.71])
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  AM_INIT_AUTOMAKE
9    
10    AC_ARG_ENABLE(werror,
11            AS_HELP_STRING([--enable-werror],[Enable -Werror in all Makefiles]))
12                    
13  # Checks for programs.  # Checks for programs.
14  AC_PROG_GCC_TRADITIONAL  AC_PROG_GCC_TRADITIONAL
15  LT_INIT  LT_INIT
# Line 23  AC_CHECK_LIB([mysqlclient], [mysql_conne Line 26  AC_CHECK_LIB([mysqlclient], [mysql_conne
26  AC_CHECK_LIB([z], [unzip])  AC_CHECK_LIB([z], [unzip])
27    
28  AC_HEADER_SYS_WAIT  AC_HEADER_SYS_WAIT
29  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h memory.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h memory.h netdb.h netinet/in.h stdlib.h string.h
30            strings.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h mysql.h])
31    
32  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
33  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