ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/configure
(Generate patch)

Comparing ircd-hybrid-8/configure (file contents):
Revision 1304 by michael, Fri Mar 23 12:03:56 2012 UTC vs.
Revision 1329 by michael, Sun Apr 1 12:02:12 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1302 2012-03-21 17:48:54Z michael .
2 > # From configure.ac Id: configure.ac 1310 2012-03-26 15:45:02Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
5   #
# Line 2367 | Line 2367 | as_fn_append ac_func_list " strtok_r"
2367   as_fn_append ac_func_list " usleep"
2368   as_fn_append ac_func_list " strlcat"
2369   as_fn_append ac_func_list " strlcpy"
2370 as_fn_append ac_func_list " socketpair"
2370   as_fn_append ac_header_list " crypt.h"
2372 as_fn_append ac_header_list " inttypes.h"
2373 as_fn_append ac_header_list " stdint.h"
2371   as_fn_append ac_header_list " sys/resource.h"
2372   as_fn_append ac_header_list " sys/param.h"
2376 as_fn_append ac_header_list " errno.h"
2377 as_fn_append ac_header_list " sys/syslog.h"
2373   as_fn_append ac_header_list " types.h"
2374   as_fn_append ac_header_list " socket.h"
2375   as_fn_append ac_header_list " sys/wait.h"
# Line 13508 | Line 13503 | done
13503  
13504  
13505  
13511
13512
13506   # Checks for header files.
13507  
13508  
# Line 13546 | Line 13539 | done
13539  
13540  
13541  
13549
13550
13551
13552
13553
13554
13555
13556
13557 # check for /dev/null so we can use it to hold evil fd's
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13559 $as_echo_n "checking for /dev/null... " >&6; }
13560 if test -c /dev/null; then :
13561
13562
13563 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13564
13565  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13566 $as_echo "yes" >&6; }
13567 else
13568
13569
13570 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13571
13572  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13573 $as_echo "no - using devnull.log" >&6; }
13574 fi
13575
13576
13542   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13543   $as_echo_n "checking for library containing crypt... " >&6; }
13544   if ${ac_cv_search_crypt+:} false; then :
# Line 14583 | Line 14548 | _ACEOF
14548    test "$exec_prefix_NONE" && exec_prefix=NONE
14549  
14550  
14551 < ac_config_files="$ac_config_files Makefile etc/Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14551 > ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14552  
14553  
14554   cat >confcache <<\_ACEOF
# Line 15638 | Line 15603 | do
15603      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15604      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15605      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15641    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15606      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15607      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15608      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)