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

Contents of /lbbs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations)
Fri May 6 15:48:44 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.11: +1 -3 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_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])
22
23 # Checks for typedefs, structures, and compiler characteristics.
24 AC_C_CONST
25 AC_TYPE_SIZE_T
26 AC_HEADER_TIME
27 AC_STRUCT_TM
28
29 # Checks for library functions.
30 AC_FUNC_FORK
31 AC_FUNC_MALLOC
32 AC_FUNC_SELECT_ARGTYPES
33 AC_TYPE_SIGNAL
34 AC_FUNC_STRFTIME
35 AC_FUNC_VPRINTF
36 AC_CHECK_FUNCS([bzero dup2 gethostbyname inet_ntoa memset mkdir regcomp select socket strstr])
37
38 AC_CONFIG_FILES([Makefile
39 src/Makefile
40 utils/Makefile
41 utils/game/Makefile])
42 AC_OUTPUT

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