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

Contents of /lbbs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (show annotations)
Fri Jun 10 18:24:15 2005 UTC (20 years, 9 months ago) by sysadm
Branch: MAIN
Changes since 1.12: +1 -0 lines
*** empty log message ***

1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.5)
5 AC_INIT(bbsd, 1.0)
6 AM_INIT_AUTOMAKE(bbsd, 1.0)
7 AC_CONFIG_SRCDIR([src/])
8 # AM_CONFIG_HEADERS(config.h)
9
10 # Checks for programs.
11 AC_PROG_GCC_TRADITIONAL
12 AC_PROG_LIBTOOL
13 AC_PROG_RANLIB
14
15 # Checks for libraries.
16 AC_CHECK_LIB([mysqlclient], [mysql_connect])
17 AC_CHECK_LIB([z], [unzip])
18
19 # Checks for header files.
20 AC_HEADER_STDC
21 AC_HEADER_SYS_WAIT
22 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])
23
24 # Checks for typedefs, structures, and compiler characteristics.
25 AC_C_CONST
26 AC_TYPE_SIZE_T
27 AC_HEADER_TIME
28 AC_STRUCT_TM
29
30 # Checks for library functions.
31 AC_FUNC_FORK
32 AC_FUNC_MALLOC
33 AC_FUNC_SELECT_ARGTYPES
34 AC_TYPE_SIGNAL
35 AC_FUNC_STRFTIME
36 AC_FUNC_VPRINTF
37 AC_CHECK_FUNCS([bzero dup2 gethostbyname inet_ntoa memset mkdir regcomp select socket strstr])
38
39 AC_CONFIG_FILES([Makefile
40 src/Makefile
41 utils/Makefile
42 utils/game/Makefile])
43 AC_OUTPUT

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