/[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.5 by sysadm, Wed Apr 30 09:27:45 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)
# Line 26  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  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 mysql.h])
         strings.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h mysql.h])  
30    
31  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
32  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