/[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.2 by sysadm, Mon Apr 28 03:54:12 2025 UTC Revision 1.3 by sysadm, Tue Apr 29 14:04:01 2025 UTC
# Line 22  AC_PROG_MAKE_SET Line 22  AC_PROG_MAKE_SET
22  AC_CHECK_LIB([mysqlclient], [mysql_connect])  AC_CHECK_LIB([mysqlclient], [mysql_connect])
23  AC_CHECK_LIB([z], [unzip])  AC_CHECK_LIB([z], [unzip])
24    
 # 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  
   
25  AC_HEADER_SYS_WAIT  AC_HEADER_SYS_WAIT
26  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 strings.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
27    
# Line 34  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fc Line 29  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fc
29  AC_C_CONST  AC_C_CONST
30  AC_TYPE_SIZE_T  AC_TYPE_SIZE_T
31  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.  
32    
33  AC_STRUCT_TM  AC_STRUCT_TM
34    
# Line 58  AC_CHECK_FUNCS([bzero dup2 gethostbyname Line 47  AC_CHECK_FUNCS([bzero dup2 gethostbyname
47  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
48                  src/Makefile                  src/Makefile
49                  utils/Makefile                  utils/Makefile
50                  utils/game/Makefile])          utils/game/Makefile])
51  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