aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kastrup2003-01-06 14:54:51 +0000
committerDavid Kastrup2003-01-06 14:54:51 +0000
commit9e71690ec7f27c99ace1a425f91d000e2276f8b7 (patch)
treef5350fd88efbb9363943cbc921dcf1400b97067e
parentd57c221198eff011e2deaa8e8b7c8f3265dfd18e (diff)
downloademacs-9e71690ec7f27c99ace1a425f91d000e2276f8b7.tar.gz
emacs-9e71690ec7f27c99ace1a425f91d000e2276f8b7.zip
Regenerated.
-rw-r--r--ChangeLog3
-rwxr-xr-xconfigure392
2 files changed, 322 insertions, 73 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ab7ef358f0..61f54cbdb01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12003-01-06 David Kastrup <dak@gnu.org> 12003-01-06 David Kastrup <dak@gnu.org>
2 2
3 * Makefile.in (INSTALL_INFO): Get install-info command from
4 configure.
5
3 * configure.in: Add tests for install-info 6 * configure.in: Add tests for install-info
4 7
52002-12-09 Markus Rost <rost@math.ohio-state.edu> 82002-12-09 Markus Rost <rost@math.ohio-state.edu>
diff --git a/configure b/configure
index 68cbd88acd1..be49dac08b2 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.56. 3# Generated by GNU Autoconf 2.57.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
@@ -309,7 +309,7 @@ ac_includes_default="\
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile LTLIBOBJS' 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile LTLIBOBJS'
313ac_subst_files='' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
@@ -964,7 +964,7 @@ This file contains any messages produced by compilers while
964running configure, to aid debugging if configure makes a mistake. 964running configure, to aid debugging if configure makes a mistake.
965 965
966It was created by $as_me, which was 966It was created by $as_me, which was
967generated by GNU Autoconf 2.56. Invocation command line was 967generated by GNU Autoconf 2.57. Invocation command line was
968 968
969 $ $0 $@ 969 $ $0 $@
970 970
@@ -2369,13 +2369,8 @@ case "${canonical}" in
2369 NON_GNU_CPP=/usr/ccs/lib/cpp 2369 NON_GNU_CPP=/usr/ccs/lib/cpp
2370 RANLIB="ar -ts" 2370 RANLIB="ar -ts"
2371 ;; 2371 ;;
2372 *-sunos5.8* | *-solaris2.8* )
2373 opsys=sol2-8
2374 NON_GNU_CPP=/usr/ccs/lib/cpp
2375 RANLIB="ar -ts"
2376 ;;
2377 *-sunos5* | *-solaris* ) 2372 *-sunos5* | *-solaris* )
2378 opsys=sol2-8 2373 opsys=sol2-6
2379 NON_GNU_CPP=/usr/ccs/lib/cpp 2374 NON_GNU_CPP=/usr/ccs/lib/cpp
2380 ;; 2375 ;;
2381 * ) opsys=bsd4-2 ;; 2376 * ) opsys=bsd4-2 ;;
@@ -3541,6 +3536,8 @@ for ac_c_preproc_warn_flag in '' yes
3541do 3536do
3542 # Use a header file that comes with gcc, so configuring glibc 3537 # Use a header file that comes with gcc, so configuring glibc
3543 # with a fresh cross-compiler works. 3538 # with a fresh cross-compiler works.
3539 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3540 # <limits.h> exists even on freestanding compilers.
3544 # On the NeXT, cc -E runs the code through the compiler's parser, 3541 # On the NeXT, cc -E runs the code through the compiler's parser,
3545 # not just through cpp. "Syntax error" is here to catch this case. 3542 # not just through cpp. "Syntax error" is here to catch this case.
3546 cat >conftest.$ac_ext <<_ACEOF 3543 cat >conftest.$ac_ext <<_ACEOF
@@ -3550,7 +3547,11 @@ _ACEOF
3550cat confdefs.h >>conftest.$ac_ext 3547cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF 3548cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */ 3549/* end confdefs.h. */
3553#include <assert.h> 3550#ifdef __STDC__
3551# include <limits.h>
3552#else
3553# include <assert.h>
3554#endif
3554 Syntax error 3555 Syntax error
3555_ACEOF 3556_ACEOF
3556if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3557if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3642,6 +3643,8 @@ for ac_c_preproc_warn_flag in '' yes
3642do 3643do
3643 # Use a header file that comes with gcc, so configuring glibc 3644 # Use a header file that comes with gcc, so configuring glibc
3644 # with a fresh cross-compiler works. 3645 # with a fresh cross-compiler works.
3646 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3647 # <limits.h> exists even on freestanding compilers.
3645 # On the NeXT, cc -E runs the code through the compiler's parser, 3648 # On the NeXT, cc -E runs the code through the compiler's parser,
3646 # not just through cpp. "Syntax error" is here to catch this case. 3649 # not just through cpp. "Syntax error" is here to catch this case.
3647 cat >conftest.$ac_ext <<_ACEOF 3650 cat >conftest.$ac_ext <<_ACEOF
@@ -3651,7 +3654,11 @@ _ACEOF
3651cat confdefs.h >>conftest.$ac_ext 3654cat confdefs.h >>conftest.$ac_ext
3652cat >>conftest.$ac_ext <<_ACEOF 3655cat >>conftest.$ac_ext <<_ACEOF
3653/* end confdefs.h. */ 3656/* end confdefs.h. */
3654#include <assert.h> 3657#ifdef __STDC__
3658# include <limits.h>
3659#else
3660# include <assert.h>
3661#endif
3655 Syntax error 3662 Syntax error
3656_ACEOF 3663_ACEOF
3657if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3664if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3899,6 +3906,124 @@ else
3899fi 3906fi
3900 3907
3901fi 3908fi
3909# Extract the first word of "install-info", so it can be a program name with args.
3910set dummy install-info; ac_word=$2
3911echo "$as_me:$LINENO: checking for $ac_word" >&5
3912echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3913if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
3914 echo $ECHO_N "(cached) $ECHO_C" >&6
3915else
3916 case $INSTALL_INFO in
3917 [\\/]* | ?:[\\/]*)
3918 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
3919 ;;
3920 *)
3921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3922for as_dir in $PATH
3923do
3924 IFS=$as_save_IFS
3925 test -z "$as_dir" && as_dir=.
3926 for ac_exec_ext in '' $ac_executable_extensions; do
3927 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3928 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
3929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3930 break 2
3931 fi
3932done
3933done
3934
3935 ;;
3936esac
3937fi
3938INSTALL_INFO=$ac_cv_path_INSTALL_INFO
3939
3940if test -n "$INSTALL_INFO"; then
3941 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
3942echo "${ECHO_T}$INSTALL_INFO" >&6
3943else
3944 echo "$as_me:$LINENO: result: no" >&5
3945echo "${ECHO_T}no" >&6
3946fi
3947
3948# Extract the first word of "install-info", so it can be a program name with args.
3949set dummy install-info; ac_word=$2
3950echo "$as_me:$LINENO: checking for $ac_word" >&5
3951echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3952if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
3953 echo $ECHO_N "(cached) $ECHO_C" >&6
3954else
3955 case $INSTALL_INFO in
3956 [\\/]* | ?:[\\/]*)
3957 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
3958 ;;
3959 *)
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in /usr/sbin
3962do
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3967 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
3968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3969 break 2
3970 fi
3971done
3972done
3973
3974 ;;
3975esac
3976fi
3977INSTALL_INFO=$ac_cv_path_INSTALL_INFO
3978
3979if test -n "$INSTALL_INFO"; then
3980 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
3981echo "${ECHO_T}$INSTALL_INFO" >&6
3982else
3983 echo "$as_me:$LINENO: result: no" >&5
3984echo "${ECHO_T}no" >&6
3985fi
3986
3987# Extract the first word of "install-info", so it can be a program name with args.
3988set dummy install-info; ac_word=$2
3989echo "$as_me:$LINENO: checking for $ac_word" >&5
3990echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3991if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
3992 echo $ECHO_N "(cached) $ECHO_C" >&6
3993else
3994 case $INSTALL_INFO in
3995 [\\/]* | ?:[\\/]*)
3996 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
3997 ;;
3998 *)
3999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4000for as_dir in /sbin
4001do
4002 IFS=$as_save_IFS
4003 test -z "$as_dir" && as_dir=.
4004 for ac_exec_ext in '' $ac_executable_extensions; do
4005 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4006 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
4007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 break 2
4009 fi
4010done
4011done
4012
4013 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":"
4014 ;;
4015esac
4016fi
4017INSTALL_INFO=$ac_cv_path_INSTALL_INFO
4018
4019if test -n "$INSTALL_INFO"; then
4020 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
4021echo "${ECHO_T}$INSTALL_INFO" >&6
4022else
4023 echo "$as_me:$LINENO: result: no" >&5
4024echo "${ECHO_T}no" >&6
4025fi
4026
3902 4027
3903 4028
3904if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x 4029if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
@@ -6738,8 +6863,14 @@ cat confdefs.h >>conftest.$ac_ext
6738cat >>conftest.$ac_ext <<_ACEOF 6863cat >>conftest.$ac_ext <<_ACEOF
6739/* end confdefs.h. */ 6864/* end confdefs.h. */
6740/* System header to define __stub macros and hopefully few prototypes, 6865/* System header to define __stub macros and hopefully few prototypes,
6741 which can conflict with char malloc_get_state (); below. */ 6866 which can conflict with char malloc_get_state (); below.
6742#include <assert.h> 6867 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6868 <limits.h> exists even on freestanding compilers. */
6869#ifdef __STDC__
6870# include <limits.h>
6871#else
6872# include <assert.h>
6873#endif
6743/* Override any gcc2 internal prototype to avoid an error. */ 6874/* Override any gcc2 internal prototype to avoid an error. */
6744#ifdef __cplusplus 6875#ifdef __cplusplus
6745extern "C" 6876extern "C"
@@ -6763,7 +6894,7 @@ char (*f) () = malloc_get_state;
6763int 6894int
6764main () 6895main ()
6765{ 6896{
6766 6897return f != malloc_get_state;
6767 ; 6898 ;
6768 return 0; 6899 return 0;
6769} 6900}
@@ -6810,8 +6941,14 @@ cat confdefs.h >>conftest.$ac_ext
6810cat >>conftest.$ac_ext <<_ACEOF 6941cat >>conftest.$ac_ext <<_ACEOF
6811/* end confdefs.h. */ 6942/* end confdefs.h. */
6812/* System header to define __stub macros and hopefully few prototypes, 6943/* System header to define __stub macros and hopefully few prototypes,
6813 which can conflict with char malloc_set_state (); below. */ 6944 which can conflict with char malloc_set_state (); below.
6814#include <assert.h> 6945 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6946 <limits.h> exists even on freestanding compilers. */
6947#ifdef __STDC__
6948# include <limits.h>
6949#else
6950# include <assert.h>
6951#endif
6815/* Override any gcc2 internal prototype to avoid an error. */ 6952/* Override any gcc2 internal prototype to avoid an error. */
6816#ifdef __cplusplus 6953#ifdef __cplusplus
6817extern "C" 6954extern "C"
@@ -6835,7 +6972,7 @@ char (*f) () = malloc_set_state;
6835int 6972int
6836main () 6973main ()
6837{ 6974{
6838 6975return f != malloc_set_state;
6839 ; 6976 ;
6840 return 0; 6977 return 0;
6841} 6978}
@@ -7098,8 +7235,14 @@ cat confdefs.h >>conftest.$ac_ext
7098cat >>conftest.$ac_ext <<_ACEOF 7235cat >>conftest.$ac_ext <<_ACEOF
7099/* end confdefs.h. */ 7236/* end confdefs.h. */
7100/* System header to define __stub macros and hopefully few prototypes, 7237/* System header to define __stub macros and hopefully few prototypes,
7101 which can conflict with char $ac_func (); below. */ 7238 which can conflict with char $ac_func (); below.
7102#include <assert.h> 7239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7240 <limits.h> exists even on freestanding compilers. */
7241#ifdef __STDC__
7242# include <limits.h>
7243#else
7244# include <assert.h>
7245#endif
7103/* Override any gcc2 internal prototype to avoid an error. */ 7246/* Override any gcc2 internal prototype to avoid an error. */
7104#ifdef __cplusplus 7247#ifdef __cplusplus
7105extern "C" 7248extern "C"
@@ -7123,7 +7266,7 @@ char (*f) () = $ac_func;
7123int 7266int
7124main () 7267main ()
7125{ 7268{
7126 7269return f != $ac_func;
7127 ; 7270 ;
7128 return 0; 7271 return 0;
7129} 7272}
@@ -7732,8 +7875,14 @@ cat confdefs.h >>conftest.$ac_ext
7732cat >>conftest.$ac_ext <<_ACEOF 7875cat >>conftest.$ac_ext <<_ACEOF
7733/* end confdefs.h. */ 7876/* end confdefs.h. */
7734/* System header to define __stub macros and hopefully few prototypes, 7877/* System header to define __stub macros and hopefully few prototypes,
7735 which can conflict with char $ac_func (); below. */ 7878 which can conflict with char $ac_func (); below.
7736#include <assert.h> 7879 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7880 <limits.h> exists even on freestanding compilers. */
7881#ifdef __STDC__
7882# include <limits.h>
7883#else
7884# include <assert.h>
7885#endif
7737/* Override any gcc2 internal prototype to avoid an error. */ 7886/* Override any gcc2 internal prototype to avoid an error. */
7738#ifdef __cplusplus 7887#ifdef __cplusplus
7739extern "C" 7888extern "C"
@@ -7757,7 +7906,7 @@ char (*f) () = $ac_func;
7757int 7906int
7758main () 7907main ()
7759{ 7908{
7760 7909return f != $ac_func;
7761 ; 7910 ;
7762 return 0; 7911 return 0;
7763} 7912}
@@ -10209,8 +10358,14 @@ cat confdefs.h >>conftest.$ac_ext
10209cat >>conftest.$ac_ext <<_ACEOF 10358cat >>conftest.$ac_ext <<_ACEOF
10210/* end confdefs.h. */ 10359/* end confdefs.h. */
10211/* System header to define __stub macros and hopefully few prototypes, 10360/* System header to define __stub macros and hopefully few prototypes,
10212 which can conflict with char $ac_func (); below. */ 10361 which can conflict with char $ac_func (); below.
10213#include <assert.h> 10362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10363 <limits.h> exists even on freestanding compilers. */
10364#ifdef __STDC__
10365# include <limits.h>
10366#else
10367# include <assert.h>
10368#endif
10214/* Override any gcc2 internal prototype to avoid an error. */ 10369/* Override any gcc2 internal prototype to avoid an error. */
10215#ifdef __cplusplus 10370#ifdef __cplusplus
10216extern "C" 10371extern "C"
@@ -10234,7 +10389,7 @@ char (*f) () = $ac_func;
10234int 10389int
10235main () 10390main ()
10236{ 10391{
10237 10392return f != $ac_func;
10238 ; 10393 ;
10239 return 0; 10394 return 0;
10240} 10395}
@@ -10613,8 +10768,14 @@ cat confdefs.h >>conftest.$ac_ext
10613cat >>conftest.$ac_ext <<_ACEOF 10768cat >>conftest.$ac_ext <<_ACEOF
10614/* end confdefs.h. */ 10769/* end confdefs.h. */
10615/* System header to define __stub macros and hopefully few prototypes, 10770/* System header to define __stub macros and hopefully few prototypes,
10616 which can conflict with char $ac_func (); below. */ 10771 which can conflict with char $ac_func (); below.
10617#include <assert.h> 10772 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10773 <limits.h> exists even on freestanding compilers. */
10774#ifdef __STDC__
10775# include <limits.h>
10776#else
10777# include <assert.h>
10778#endif
10618/* Override any gcc2 internal prototype to avoid an error. */ 10779/* Override any gcc2 internal prototype to avoid an error. */
10619#ifdef __cplusplus 10780#ifdef __cplusplus
10620extern "C" 10781extern "C"
@@ -10638,7 +10799,7 @@ char (*f) () = $ac_func;
10638int 10799int
10639main () 10800main ()
10640{ 10801{
10641 10802return f != $ac_func;
10642 ; 10803 ;
10643 return 0; 10804 return 0;
10644} 10805}
@@ -10900,8 +11061,14 @@ cat confdefs.h >>conftest.$ac_ext
10900cat >>conftest.$ac_ext <<_ACEOF 11061cat >>conftest.$ac_ext <<_ACEOF
10901/* end confdefs.h. */ 11062/* end confdefs.h. */
10902/* System header to define __stub macros and hopefully few prototypes, 11063/* System header to define __stub macros and hopefully few prototypes,
10903 which can conflict with char $ac_func (); below. */ 11064 which can conflict with char $ac_func (); below.
10904#include <assert.h> 11065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11066 <limits.h> exists even on freestanding compilers. */
11067#ifdef __STDC__
11068# include <limits.h>
11069#else
11070# include <assert.h>
11071#endif
10905/* Override any gcc2 internal prototype to avoid an error. */ 11072/* Override any gcc2 internal prototype to avoid an error. */
10906#ifdef __cplusplus 11073#ifdef __cplusplus
10907extern "C" 11074extern "C"
@@ -10925,7 +11092,7 @@ char (*f) () = $ac_func;
10925int 11092int
10926main () 11093main ()
10927{ 11094{
10928 11095return f != $ac_func;
10929 ; 11096 ;
10930 return 0; 11097 return 0;
10931} 11098}
@@ -11265,8 +11432,14 @@ cat confdefs.h >>conftest.$ac_ext
11265cat >>conftest.$ac_ext <<_ACEOF 11432cat >>conftest.$ac_ext <<_ACEOF
11266/* end confdefs.h. */ 11433/* end confdefs.h. */
11267/* System header to define __stub macros and hopefully few prototypes, 11434/* System header to define __stub macros and hopefully few prototypes,
11268 which can conflict with char $ac_func (); below. */ 11435 which can conflict with char $ac_func (); below.
11269#include <assert.h> 11436 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11437 <limits.h> exists even on freestanding compilers. */
11438#ifdef __STDC__
11439# include <limits.h>
11440#else
11441# include <assert.h>
11442#endif
11270/* Override any gcc2 internal prototype to avoid an error. */ 11443/* Override any gcc2 internal prototype to avoid an error. */
11271#ifdef __cplusplus 11444#ifdef __cplusplus
11272extern "C" 11445extern "C"
@@ -11290,7 +11463,7 @@ char (*f) () = $ac_func;
11290int 11463int
11291main () 11464main ()
11292{ 11465{
11293 11466return f != $ac_func;
11294 ; 11467 ;
11295 return 0; 11468 return 0;
11296} 11469}
@@ -11548,8 +11721,14 @@ cat confdefs.h >>conftest.$ac_ext
11548cat >>conftest.$ac_ext <<_ACEOF 11721cat >>conftest.$ac_ext <<_ACEOF
11549/* end confdefs.h. */ 11722/* end confdefs.h. */
11550/* System header to define __stub macros and hopefully few prototypes, 11723/* System header to define __stub macros and hopefully few prototypes,
11551 which can conflict with char getloadavg (); below. */ 11724 which can conflict with char getloadavg (); below.
11552#include <assert.h> 11725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11726 <limits.h> exists even on freestanding compilers. */
11727#ifdef __STDC__
11728# include <limits.h>
11729#else
11730# include <assert.h>
11731#endif
11553/* Override any gcc2 internal prototype to avoid an error. */ 11732/* Override any gcc2 internal prototype to avoid an error. */
11554#ifdef __cplusplus 11733#ifdef __cplusplus
11555extern "C" 11734extern "C"
@@ -11573,7 +11752,7 @@ char (*f) () = getloadavg;
11573int 11752int
11574main () 11753main ()
11575{ 11754{
11576 11755return f != getloadavg;
11577 ; 11756 ;
11578 return 0; 11757 return 0;
11579} 11758}
@@ -11626,8 +11805,14 @@ cat confdefs.h >>conftest.$ac_ext
11626cat >>conftest.$ac_ext <<_ACEOF 11805cat >>conftest.$ac_ext <<_ACEOF
11627/* end confdefs.h. */ 11806/* end confdefs.h. */
11628/* System header to define __stub macros and hopefully few prototypes, 11807/* System header to define __stub macros and hopefully few prototypes,
11629 which can conflict with char $ac_func (); below. */ 11808 which can conflict with char $ac_func (); below.
11630#include <assert.h> 11809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11810 <limits.h> exists even on freestanding compilers. */
11811#ifdef __STDC__
11812# include <limits.h>
11813#else
11814# include <assert.h>
11815#endif
11631/* Override any gcc2 internal prototype to avoid an error. */ 11816/* Override any gcc2 internal prototype to avoid an error. */
11632#ifdef __cplusplus 11817#ifdef __cplusplus
11633extern "C" 11818extern "C"
@@ -11651,7 +11836,7 @@ char (*f) () = $ac_func;
11651int 11836int
11652main () 11837main ()
11653{ 11838{
11654 11839return f != $ac_func;
11655 ; 11840 ;
11656 return 0; 11841 return 0;
11657} 11842}
@@ -12025,8 +12210,14 @@ cat confdefs.h >>conftest.$ac_ext
12025cat >>conftest.$ac_ext <<_ACEOF 12210cat >>conftest.$ac_ext <<_ACEOF
12026/* end confdefs.h. */ 12211/* end confdefs.h. */
12027/* System header to define __stub macros and hopefully few prototypes, 12212/* System header to define __stub macros and hopefully few prototypes,
12028 which can conflict with char $ac_func (); below. */ 12213 which can conflict with char $ac_func (); below.
12029#include <assert.h> 12214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12215 <limits.h> exists even on freestanding compilers. */
12216#ifdef __STDC__
12217# include <limits.h>
12218#else
12219# include <assert.h>
12220#endif
12030/* Override any gcc2 internal prototype to avoid an error. */ 12221/* Override any gcc2 internal prototype to avoid an error. */
12031#ifdef __cplusplus 12222#ifdef __cplusplus
12032extern "C" 12223extern "C"
@@ -12050,7 +12241,7 @@ char (*f) () = $ac_func;
12050int 12241int
12051main () 12242main ()
12052{ 12243{
12053 12244return f != $ac_func;
12054 ; 12245 ;
12055 return 0; 12246 return 0;
12056} 12247}
@@ -12444,8 +12635,14 @@ cat confdefs.h >>conftest.$ac_ext
12444cat >>conftest.$ac_ext <<_ACEOF 12635cat >>conftest.$ac_ext <<_ACEOF
12445/* end confdefs.h. */ 12636/* end confdefs.h. */
12446/* System header to define __stub macros and hopefully few prototypes, 12637/* System header to define __stub macros and hopefully few prototypes,
12447 which can conflict with char $ac_func (); below. */ 12638 which can conflict with char $ac_func (); below.
12448#include <assert.h> 12639 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12640 <limits.h> exists even on freestanding compilers. */
12641#ifdef __STDC__
12642# include <limits.h>
12643#else
12644# include <assert.h>
12645#endif
12449/* Override any gcc2 internal prototype to avoid an error. */ 12646/* Override any gcc2 internal prototype to avoid an error. */
12450#ifdef __cplusplus 12647#ifdef __cplusplus
12451extern "C" 12648extern "C"
@@ -12469,7 +12666,7 @@ char (*f) () = $ac_func;
12469int 12666int
12470main () 12667main ()
12471{ 12668{
12472 12669return f != $ac_func;
12473 ; 12670 ;
12474 return 0; 12671 return 0;
12475} 12672}
@@ -13484,8 +13681,14 @@ cat confdefs.h >>conftest.$ac_ext
13484cat >>conftest.$ac_ext <<_ACEOF 13681cat >>conftest.$ac_ext <<_ACEOF
13485/* end confdefs.h. */ 13682/* end confdefs.h. */
13486/* System header to define __stub macros and hopefully few prototypes, 13683/* System header to define __stub macros and hopefully few prototypes,
13487 which can conflict with char $ac_func (); below. */ 13684 which can conflict with char $ac_func (); below.
13488#include <assert.h> 13685 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13686 <limits.h> exists even on freestanding compilers. */
13687#ifdef __STDC__
13688# include <limits.h>
13689#else
13690# include <assert.h>
13691#endif
13489/* Override any gcc2 internal prototype to avoid an error. */ 13692/* Override any gcc2 internal prototype to avoid an error. */
13490#ifdef __cplusplus 13693#ifdef __cplusplus
13491extern "C" 13694extern "C"
@@ -13509,7 +13712,7 @@ char (*f) () = $ac_func;
13509int 13712int
13510main () 13713main ()
13511{ 13714{
13512 13715return f != $ac_func;
13513 ; 13716 ;
13514 return 0; 13717 return 0;
13515} 13718}
@@ -13564,8 +13767,14 @@ cat confdefs.h >>conftest.$ac_ext
13564cat >>conftest.$ac_ext <<_ACEOF 13767cat >>conftest.$ac_ext <<_ACEOF
13565/* end confdefs.h. */ 13768/* end confdefs.h. */
13566/* System header to define __stub macros and hopefully few prototypes, 13769/* System header to define __stub macros and hopefully few prototypes,
13567 which can conflict with char $ac_func (); below. */ 13770 which can conflict with char $ac_func (); below.
13568#include <assert.h> 13771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13772 <limits.h> exists even on freestanding compilers. */
13773#ifdef __STDC__
13774# include <limits.h>
13775#else
13776# include <assert.h>
13777#endif
13569/* Override any gcc2 internal prototype to avoid an error. */ 13778/* Override any gcc2 internal prototype to avoid an error. */
13570#ifdef __cplusplus 13779#ifdef __cplusplus
13571extern "C" 13780extern "C"
@@ -13589,7 +13798,7 @@ char (*f) () = $ac_func;
13589int 13798int
13590main () 13799main ()
13591{ 13800{
13592 13801return f != $ac_func;
13593 ; 13802 ;
13594 return 0; 13803 return 0;
13595} 13804}
@@ -13712,8 +13921,14 @@ cat confdefs.h >>conftest.$ac_ext
13712cat >>conftest.$ac_ext <<_ACEOF 13921cat >>conftest.$ac_ext <<_ACEOF
13713/* end confdefs.h. */ 13922/* end confdefs.h. */
13714/* System header to define __stub macros and hopefully few prototypes, 13923/* System header to define __stub macros and hopefully few prototypes,
13715 which can conflict with char res_send (); below. */ 13924 which can conflict with char res_send (); below.
13716#include <assert.h> 13925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13926 <limits.h> exists even on freestanding compilers. */
13927#ifdef __STDC__
13928# include <limits.h>
13929#else
13930# include <assert.h>
13931#endif
13717/* Override any gcc2 internal prototype to avoid an error. */ 13932/* Override any gcc2 internal prototype to avoid an error. */
13718#ifdef __cplusplus 13933#ifdef __cplusplus
13719extern "C" 13934extern "C"
@@ -13737,7 +13952,7 @@ char (*f) () = res_send;
13737int 13952int
13738main () 13953main ()
13739{ 13954{
13740 13955return f != res_send;
13741 ; 13956 ;
13742 return 0; 13957 return 0;
13743} 13958}
@@ -13781,8 +13996,14 @@ cat confdefs.h >>conftest.$ac_ext
13781cat >>conftest.$ac_ext <<_ACEOF 13996cat >>conftest.$ac_ext <<_ACEOF
13782/* end confdefs.h. */ 13997/* end confdefs.h. */
13783/* System header to define __stub macros and hopefully few prototypes, 13998/* System header to define __stub macros and hopefully few prototypes,
13784 which can conflict with char __res_send (); below. */ 13999 which can conflict with char __res_send (); below.
13785#include <assert.h> 14000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14001 <limits.h> exists even on freestanding compilers. */
14002#ifdef __STDC__
14003# include <limits.h>
14004#else
14005# include <assert.h>
14006#endif
13786/* Override any gcc2 internal prototype to avoid an error. */ 14007/* Override any gcc2 internal prototype to avoid an error. */
13787#ifdef __cplusplus 14008#ifdef __cplusplus
13788extern "C" 14009extern "C"
@@ -13806,7 +14027,7 @@ char (*f) () = __res_send;
13806int 14027int
13807main () 14028main ()
13808{ 14029{
13809 14030return f != __res_send;
13810 ; 14031 ;
13811 return 0; 14032 return 0;
13812} 14033}
@@ -13981,8 +14202,14 @@ cat confdefs.h >>conftest.$ac_ext
13981cat >>conftest.$ac_ext <<_ACEOF 14202cat >>conftest.$ac_ext <<_ACEOF
13982/* end confdefs.h. */ 14203/* end confdefs.h. */
13983/* System header to define __stub macros and hopefully few prototypes, 14204/* System header to define __stub macros and hopefully few prototypes,
13984 which can conflict with char hes_getmailhost (); below. */ 14205 which can conflict with char hes_getmailhost (); below.
13985#include <assert.h> 14206 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14207 <limits.h> exists even on freestanding compilers. */
14208#ifdef __STDC__
14209# include <limits.h>
14210#else
14211# include <assert.h>
14212#endif
13986/* Override any gcc2 internal prototype to avoid an error. */ 14213/* Override any gcc2 internal prototype to avoid an error. */
13987#ifdef __cplusplus 14214#ifdef __cplusplus
13988extern "C" 14215extern "C"
@@ -14006,7 +14233,7 @@ char (*f) () = hes_getmailhost;
14006int 14233int
14007main () 14234main ()
14008{ 14235{
14009 14236return f != hes_getmailhost;
14010 ; 14237 ;
14011 return 0; 14238 return 0;
14012} 14239}
@@ -15939,8 +16166,14 @@ cat confdefs.h >>conftest.$ac_ext
15939cat >>conftest.$ac_ext <<_ACEOF 16166cat >>conftest.$ac_ext <<_ACEOF
15940/* end confdefs.h. */ 16167/* end confdefs.h. */
15941/* System header to define __stub macros and hopefully few prototypes, 16168/* System header to define __stub macros and hopefully few prototypes,
15942 which can conflict with char $ac_func (); below. */ 16169 which can conflict with char $ac_func (); below.
15943#include <assert.h> 16170 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16171 <limits.h> exists even on freestanding compilers. */
16172#ifdef __STDC__
16173# include <limits.h>
16174#else
16175# include <assert.h>
16176#endif
15944/* Override any gcc2 internal prototype to avoid an error. */ 16177/* Override any gcc2 internal prototype to avoid an error. */
15945#ifdef __cplusplus 16178#ifdef __cplusplus
15946extern "C" 16179extern "C"
@@ -15964,7 +16197,7 @@ char (*f) () = $ac_func;
15964int 16197int
15965main () 16198main ()
15966{ 16199{
15967 16200return f != $ac_func;
15968 ; 16201 ;
15969 return 0; 16202 return 0;
15970} 16203}
@@ -16175,8 +16408,14 @@ cat confdefs.h >>conftest.$ac_ext
16175cat >>conftest.$ac_ext <<_ACEOF 16408cat >>conftest.$ac_ext <<_ACEOF
16176/* end confdefs.h. */ 16409/* end confdefs.h. */
16177/* System header to define __stub macros and hopefully few prototypes, 16410/* System header to define __stub macros and hopefully few prototypes,
16178 which can conflict with char socket (); below. */ 16411 which can conflict with char socket (); below.
16179#include <assert.h> 16412 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16413 <limits.h> exists even on freestanding compilers. */
16414#ifdef __STDC__
16415# include <limits.h>
16416#else
16417# include <assert.h>
16418#endif
16180/* Override any gcc2 internal prototype to avoid an error. */ 16419/* Override any gcc2 internal prototype to avoid an error. */
16181#ifdef __cplusplus 16420#ifdef __cplusplus
16182extern "C" 16421extern "C"
@@ -16200,7 +16439,7 @@ char (*f) () = socket;
16200int 16439int
16201main () 16440main ()
16202{ 16441{
16203 16442return f != socket;
16204 ; 16443 ;
16205 return 0; 16444 return 0;
16206} 16445}
@@ -16759,8 +16998,14 @@ cat confdefs.h >>conftest.$ac_ext
16759cat >>conftest.$ac_ext <<_ACEOF 16998cat >>conftest.$ac_ext <<_ACEOF
16760/* end confdefs.h. */ 16999/* end confdefs.h. */
16761/* System header to define __stub macros and hopefully few prototypes, 17000/* System header to define __stub macros and hopefully few prototypes,
16762 which can conflict with char $ac_func (); below. */ 17001 which can conflict with char $ac_func (); below.
16763#include <assert.h> 17002 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17003 <limits.h> exists even on freestanding compilers. */
17004#ifdef __STDC__
17005# include <limits.h>
17006#else
17007# include <assert.h>
17008#endif
16764/* Override any gcc2 internal prototype to avoid an error. */ 17009/* Override any gcc2 internal prototype to avoid an error. */
16765#ifdef __cplusplus 17010#ifdef __cplusplus
16766extern "C" 17011extern "C"
@@ -16784,7 +17029,7 @@ char (*f) () = $ac_func;
16784int 17029int
16785main () 17030main ()
16786{ 17031{
16787 17032return f != $ac_func;
16788 ; 17033 ;
16789 return 0; 17034 return 0;
16790} 17035}
@@ -17972,7 +18217,7 @@ _ASBOX
17972cat >&5 <<_CSEOF 18217cat >&5 <<_CSEOF
17973 18218
17974This file was extended by $as_me, which was 18219This file was extended by $as_me, which was
17975generated by GNU Autoconf 2.56. Invocation command line was 18220generated by GNU Autoconf 2.57. Invocation command line was
17976 18221
17977 CONFIG_FILES = $CONFIG_FILES 18222 CONFIG_FILES = $CONFIG_FILES
17978 CONFIG_HEADERS = $CONFIG_HEADERS 18223 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -18035,7 +18280,7 @@ _ACEOF
18035cat >>$CONFIG_STATUS <<_ACEOF 18280cat >>$CONFIG_STATUS <<_ACEOF
18036ac_cs_version="\\ 18281ac_cs_version="\\
18037config.status 18282config.status
18038configured by $0, generated by GNU Autoconf 2.56, 18283configured by $0, generated by GNU Autoconf 2.57,
18039 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 18284 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
18040 18285
18041Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 18286Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -18264,6 +18509,7 @@ s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
18264s,@INSTALL_DATA@,$INSTALL_DATA,;t t 18509s,@INSTALL_DATA@,$INSTALL_DATA,;t t
18265s,@RANLIB@,$RANLIB,;t t 18510s,@RANLIB@,$RANLIB,;t t
18266s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 18511s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
18512s,@INSTALL_INFO@,$INSTALL_INFO,;t t
18267s,@EGREP@,$EGREP,;t t 18513s,@EGREP@,$EGREP,;t t
18268s,@LIBSOUND@,$LIBSOUND,;t t 18514s,@LIBSOUND@,$LIBSOUND,;t t
18269s,@SET_MAKE@,$SET_MAKE,;t t 18515s,@SET_MAKE@,$SET_MAKE,;t t