/[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.1 by sysadm, Mon Apr 28 03:32:08 2025 UTC Revision 1.4 by sysadm, Wed Apr 30 09:18:19 2025 UTC
# Line 7  AC_CONFIG_SRCDIR([src/]) Line 7  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 22  AC_PROG_MAKE_SET Line 25  AC_PROG_MAKE_SET
25  AC_CHECK_LIB([mysqlclient], [mysql_connect])  AC_CHECK_LIB([mysqlclient], [mysql_connect])
26  AC_CHECK_LIB([z], [unzip])  AC_CHECK_LIB([z], [unzip])
27    
 # Autoupdate added the next two lines to ensure that your configure  
 # script's behavior did not change.  They are probably safe to remove.  
 AC_CHECK_INCLUDES_DEFAULT  
 AC_PROG_EGREP  
   
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
34  AC_TYPE_SIZE_T  AC_TYPE_SIZE_T
35  AC_CHECK_HEADERS_ONCE([sys/time.h])  AC_CHECK_HEADERS_ONCE([sys/time.h])
 # Obsolete code to be removed.  
 if test $ac_cv_header_sys_time_h = yes; then  
   AC_DEFINE([TIME_WITH_SYS_TIME],[1],[Define to 1 if you can safely include both <sys/time.h>  
              and <time.h>.  This macro is obsolete.])  
 fi  
 # End of obsolete code.  
36    
37  AC_STRUCT_TM  AC_STRUCT_TM
38    
# Line 58  AC_CHECK_FUNCS([bzero dup2 gethostbyname Line 51  AC_CHECK_FUNCS([bzero dup2 gethostbyname
51  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
52                  src/Makefile                  src/Makefile
53                  utils/Makefile                  utils/Makefile
54                  utils/game/Makefile])          utils/game/Makefile])
55  AC_OUTPUT  AC_OUTPUT


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

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